container_rebuild_test.routing.yml in Drupal 10
Same filename and directory in other branches
core/modules/system/tests/modules/container_rebuild_test/container_rebuild_test.routing.yml
File
core/modules/system/tests/modules/container_rebuild_test/container_rebuild_test.routing.ymlView source
- container_rebuild_test.module_path:
- path: '/container_rebuild_test/{module}/{function}'
- defaults:
- _controller: '\Drupal\container_rebuild_test\TestController::showModuleInfo'
- requirements:
- _access: 'TRUE'