Initial Drupal 11 with DDEV setup
This commit is contained in:
7
vendor/chi-teck/drupal-code-generator/templates/_controller/route.twig
vendored
Normal file
7
vendor/chi-teck/drupal-code-generator/templates/_controller/route.twig
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{{ route_name }}:
|
||||
path: '{{ route_path }}'
|
||||
defaults:
|
||||
_title: '{{ route_title }}'
|
||||
_controller: '\Drupal\{{ machine_name }}\Controller\{{ class }}'
|
||||
requirements:
|
||||
_permission: '{{ route_permission }}'
|
||||
Reference in New Issue
Block a user