presentations/code/web/modules/custom/my_module/my_module.routing.yml

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