help.routing.yml
Same filename in other branches
12 string references to YAML keys in help.routing.yml
- demo_umami_toolbar in core/
profiles/ demo_umami/ demo_umami.profile - Implements hook_toolbar().
- forum_help in core/
modules/ forum/ forum.module - Implements hook_help().
- HelpBreadcrumbBuilder::applies in core/
modules/ help/ src/ HelpBreadcrumbBuilder.php - Whether this breadcrumb builder should be used to build the breadcrumb.
- HelpBreadcrumbBuilder::build in core/
modules/ help/ src/ HelpBreadcrumbBuilder.php - Builds the breadcrumb.
- HelpTopicPluginBase::toLink in core/
modules/ help/ src/ HelpTopicPluginBase.php - Returns a link for viewing the help topic.
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 help pages'
-
- help.page:
- path: '/admin/help/{name}'
- defaults:
- _controller: '\Drupal\help\Controller\HelpController::helpPage'
- _title: 'Help'
- requirements:
- _permission: 'access help pages'
-
- help.help_topic:
- path: '/admin/help/topic/{id}'
- defaults:
- _controller: '\Drupal\help\Controller\HelpTopicPluginController::viewHelpTopic'
- requirements:
- _permission: 'access help pages'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.