help_topics_test.routing.yml
Same filename in other branches
File
-
core/
modules/ help/ tests/ modules/ help_topics_test/ help_topics_test.routing.yml
View source
- help_topics_test.test_route:
- path: '/help_topics_test/{int_param<\d+>}'
- defaults:
- _controller: '\Drupal\help_topics_test\Controller\HelpTopicsTestController::testPage'
- _title: 'Page for testing URLs in topics'
- requirements:
- _permission: 'access test help'
- options:
- parameters:
- required_param:
- type: int
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.