Version 1
[yaffs-website] / web / core / modules / system / tests / modules / common_test / common_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/common_test/common_test.routing.yml b/web/core/modules/system/tests/modules/common_test/common_test.routing.yml
new file mode 100644 (file)
index 0000000..8062d06
--- /dev/null
@@ -0,0 +1,22 @@
+common_test.l_active_class:
+  path: '/common-test/type-link-active-class'
+  defaults:
+    _title: 'Test active link class'
+    _controller: '\Drupal\common_test\Controller\CommonTestController::typeLinkActiveClass'
+  requirements:
+    _access: 'TRUE'
+
+common_test.destination:
+  path: '/common-test/destination'
+  defaults:
+    _controller: '\Drupal\common_test\Controller\CommonTestController::destination'
+  requirements:
+    _access: 'TRUE'
+
+common_test.js_and_css_querystring:
+  path: '/common-test/query-string'
+  defaults:
+    _title: 'Test querystring'
+    _controller: '\Drupal\common_test\Controller\CommonTestController::jsAndCssQuerystring'
+  requirements:
+    _access: 'TRUE'