help_page_test.routing.yml

Same filename and directory in other branches
  1. 9 core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml
  2. 8.9.x core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml
  3. 10 core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml
core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml
2 string references to YAML keys in help_page_test.routing.yml
help_page_test_help in core/modules/help/tests/modules/help_page_test/help_page_test.module
Implements hook_help().
more_help_page_test_help in core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module
Implements hook_help().

File

core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml

View source
  1. help_page_test.has_help:
  2. path: '/help_page_test/has_help'
  3. defaults:
  4. _controller: '\Drupal\help_page_test\HelpPageTestController::hasHelp'
  5. requirements:
  6. _access: 'TRUE'
  7. help_page_test.no_help:
  8. path: '/help_page_test/no_help'
  9. defaults:
  10. _controller: '\Drupal\help_page_test\HelpPageTestController::noHelp'
  11. requirements:
  12. _access: 'TRUE'
  13. help_page_test.test_array:
  14. path: '/help_page_test/test_array'
  15. defaults:
  16. _controller: '\Drupal\help_page_test\HelpPageTestController::testArray'
  17. requirements:
  18. _access: 'TRUE'

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