presentations/workshop-drupal-automated-testing/drupalcamp-london-2020/docs/step3-building-a-blog-page/my_module.routing.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
166 B
YAML
Raw Normal View History

blog.page:
path: /blog
defaults:
_controller: Drupal\my_module\Controller\BlogPageController
_title: Blog
requirements:
_permission: access content