Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / deprecation_test / deprecation_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml b/web/core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml
new file mode 100644 (file)
index 0000000..3ef71b8
--- /dev/null
@@ -0,0 +1,6 @@
+deprecation_test.route:
+  path: '/this-calls-a-deprecated-method'
+  defaults:
+    _controller: \Drupal\deprecation_test\DeprecatedController::deprecatedMethod
+  requirements:
+    _access: 'TRUE'