forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
16 lines
398 B
YAML
16 lines
398 B
YAML
help.main:
|
|
path: '/admin/help'
|
|
defaults:
|
|
_controller: '\Drupal\help\Controller\HelpController::helpMain'
|
|
_title: 'Help'
|
|
requirements:
|
|
_permission: 'access administration pages'
|
|
|
|
help.page:
|
|
path: '/admin/help/{name}'
|
|
defaults:
|
|
_controller: '\Drupal\help\Controller\HelpController::helpPage'
|
|
_title: 'Help'
|
|
requirements:
|
|
_permission: 'access administration pages'
|