You are here

deprecation_test.routing.yml in Drupal 10

core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml

File

core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml
View source
  1. deprecation_test.route:
  2. path: '/this-calls-a-deprecated-method'
  3. defaults:
  4. _controller: \Drupal\deprecation_test\DeprecatedController::deprecatedMethod
  5. requirements:
  6. _access: 'TRUE'