You are here

js_deprecation_test.routing.yml in Drupal 10

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.yml
View source
  1. js_deprecation_test.deprecation:
  2. path: '/js_deprecation_test'
  3. defaults:
  4. _controller: '\Drupal\js_deprecation_test\Controller\JsDeprecationTestController::jsDeprecationTest'
  5. _title: 'JsDeprecationTest'
  6. requirements:
  7. _access: 'TRUE'