help.routing.yml

Same filename and directory in other branches
  1. 9 core/modules/help/help.routing.yml
  2. 8.9.x core/modules/help/help.routing.yml
  3. 10 core/modules/help/help.routing.yml
core/modules/help/help.routing.yml
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.

... See full list

File

core/modules/help/help.routing.yml

View source
  1. help.main:
  2. path: '/admin/help'
  3. defaults:
  4. _controller: '\Drupal\help\Controller\HelpController::helpMain'
  5. _title: 'Help'
  6. requirements:
  7. _permission: 'access help pages'
  8. help.page:
  9. path: '/admin/help/{name}'
  10. defaults:
  11. _controller: '\Drupal\help\Controller\HelpController::helpPage'
  12. _title: 'Help'
  13. requirements:
  14. _permission: 'access help pages'
  15. help.help_topic:
  16. path: '/admin/help/topic/{id}'
  17. defaults:
  18. _controller: '\Drupal\help\Controller\HelpTopicPluginController::viewHelpTopic'
  19. requirements:
  20. _permission: 'access help pages'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.