help.routing.yml

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

... 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 administration 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 administration pages'

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