3ef71b806fd5c814ab2101987fd59ed72375de86
[yaffs-website] / web / core / modules / system / tests / modules / deprecation_test / deprecation_test.routing.yml
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'