feat: initial commit
This commit is contained in:
commit
26d450c1a4
31 changed files with 10925 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
|
Reference in a new issue