Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
14
vendor/chi-teck/drupal-code-generator/templates/d8/yml/routing.twig
vendored
Normal file
14
vendor/chi-teck/drupal-code-generator/templates/d8/yml/routing.twig
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{{ machine_name }}.reports:
|
||||
path: '/admin/reports/{{ machine_name }}'
|
||||
defaults:
|
||||
_controller: '\Drupal\{{ machine_name }}\Controller\{{ class }}::build'
|
||||
_title: '{{ name }} report'
|
||||
requirements:
|
||||
_permission: 'access site reports'
|
||||
{{ machine_name }}.settings:
|
||||
path: '/admin/config/{{ machine_name }}/settings'
|
||||
defaults:
|
||||
_form: 'Drupal\{{ machine_name }}\Form\SettingsForm'
|
||||
_title: '{{ name }} settings'
|
||||
requirements:
|
||||
_permission: 'administer {{ machine_name }} configuration'
|
||||
Reference in a new issue