deprecation_test.routing.yml
Same filename in other branches
1 string reference to YAML keys in deprecation_test.routing.yml
- PhpUnitBridgeTest::testErrorOnSiteUnderTest in core/
tests/ Drupal/ FunctionalTests/ Core/ Test/ PhpUnitBridgeTest.php - Tests deprecation message from deprecated route.
File
-
core/
modules/ system/ tests/ modules/ deprecation_test/ deprecation_test.routing.yml
View source
- deprecation_test.route:
- path: '/this-calls-a-deprecated-method'
- defaults:
- _controller: \Drupal\deprecation_test\DeprecatedController::deprecatedMethod
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.