help.routing.yml in Drupal 8
Same filename and directory in other branches
core/modules/help/help.routing.yml
6 string references to YAML keys in help.routing.yml
- forum_help in core/
modules/ forum/ forum.module - Implements hook_help().
- HelpBreadcrumbBuilder::build in core/
modules/ help_topics/ src/ HelpBreadcrumbBuilder.php - Builds the breadcrumb.
- help_help in core/
modules/ help/ help.module - Implements hook_help().
- HookHelpSection::listTopics in core/
modules/ help/ src/ Plugin/ HelpSection/ HookHelpSection.php - Returns a list of topics to show in the help section.
- ModulesListForm::buildRow in core/
modules/ system/ src/ Form/ ModulesListForm.php - Builds a table row for the system modules page.
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'