help.routing.yml in Zircon Profile 8
Same filename and directory in other branches
core/modules/help/help.routing.yml
42 string references to YAML keys in help.routing.yml
- basic_auth_help in core/
modules/ basic_auth/ basic_auth.module - Implements hook_help().
- block_content_help in core/
modules/ block_content/ block_content.module - Implements hook_help().
- block_help in core/
modules/ block/ block.module - Implements hook_help().
- ckeditor_help in core/
modules/ ckeditor/ ckeditor.module - Implements hook_help().
- comment_help in core/
modules/ comment/ comment.module - Implements hook_help().
File
core/modules/help/help.routing.ymlView source
- 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'