You are here

help.routing.yml in Drupal 10

core/modules/help/help.routing.yml

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'