comparison core/modules/help/help.routing.yml @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 help.main:
2 path: '/admin/help'
3 defaults:
4 _controller: '\Drupal\help\Controller\HelpController::helpMain'
5 _title: 'Help'
6 requirements:
7 _permission: 'access administration pages'
8
9 help.page:
10 path: '/admin/help/{name}'
11 defaults:
12 _controller: '\Drupal\help\Controller\HelpController::helpPage'
13 _title: 'Help'
14 requirements:
15 _permission: 'access administration pages'