js_deprecation_test.routing.yml in Drupal 9
Same filename and directory in other branches
core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.yml
File
core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.ymlView source
- js_deprecation_test.deprecation:
- path: '/js_deprecation_test'
- defaults:
- _controller: '\Drupal\js_deprecation_test\Controller\JsDeprecationTestController::jsDeprecationTest'
- _title: 'JsDeprecationTest'
- requirements:
- _access: 'TRUE'