help_topics_test.routing.yml

Same filename in other branches
  1. 10 core/modules/help/tests/modules/help_topics_test/help_topics_test.routing.yml
  2. 11.x core/modules/help/tests/modules/help_topics_test/help_topics_test.routing.yml
core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.routing.yml

File

core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.routing.yml

View source
  1. help_topics_test.test_route:
  2. path: '/help_topics_test/{int_param<\d+>}'
  3. defaults:
  4. _controller: '\Drupal\help_topics_test\Controller\HelpTopicsTestController::testPage'
  5. _title: 'Page for testing URLs in topics'
  6. requirements:
  7. _permission: 'access test help'
  8. options:
  9. parameters:
  10. required_param:
  11. type: int

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