help.routing.yml
Same filename in other branches
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.yml
View 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'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.