Version 1
[yaffs-website] / web / core / modules / help / help.routing.yml
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'