help.routing.yml

drupal/core/modules/help/help.routing.yml
1 string reference to YAML keys in help.routing.yml
help_menu in drupal/core/modules/help/help.module
Implements hook_menu().

File

drupal/core/modules/help/help.routing.yml
View source
  1. help_main:
  2. pattern: 'admin/help'
  3. defaults:
  4. _content: '\Drupal\help\Controller\HelpController::helpMain'
  5. requirements:
  6. _permission: 'access administration pages'
  7. help_page:
  8. pattern: 'admin/help/{name}'
  9. defaults:
  10. _content: '\Drupal\help\Controller\HelpController::helpPage'
  11. requirements:
  12. _permission: 'access administration pages'