Same filename and directory in other branches
  1. 8.9.x core/modules/help/help.routing.yml
  2. 9 core/modules/help/help.routing.yml
core/modules/help/help.routing.yml
50 string references to YAML keys in help.routing.yml
basic_auth_help in core/modules/basic_auth/basic_auth.module
Implements hook_help().
block_content_help in core/modules/block_content/block_content.module
Implements hook_help().
block_help in core/modules/block/block.module
Implements hook_help().
ckeditor5_help in core/modules/ckeditor5/ckeditor5.module
Implements hook_help().
comment_help in core/modules/comment/comment.module
Implements hook_help().

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