Move all files to code/
This commit is contained in:
parent
0a1da40788
commit
8447b33ec8
27 changed files with 0 additions and 0 deletions
7
code/web/modules/custom/my_module/my_module.routing.yml
Normal file
7
code/web/modules/custom/my_module/my_module.routing.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
blog.page:
|
||||
path: /blog
|
||||
defaults:
|
||||
_controller: Drupal\my_module\Controller\BlogPageController
|
||||
_title: Blog
|
||||
requirements:
|
||||
_permission: access content
|
Loading…
Add table
Add a link
Reference in a new issue