Initial commit
This commit is contained in:
commit
5036f657b3
37 changed files with 13223 additions and 0 deletions
7
web/modules/custom/example/example.routing.yml
Normal file
7
web/modules/custom/example/example.routing.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
drupal-module-template.example:
|
||||
path: /@opdavies/drupal-module-template
|
||||
defaults:
|
||||
_controller: Drupal\example\Controller\ExamplePageController
|
||||
_title: Example page
|
||||
requirements:
|
||||
_permission: access content
|
Loading…
Add table
Add a link
Reference in a new issue