You are here

help_topics_test.routing.yml in Drupal 10

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