Version 1
[yaffs-website] / web / core / modules / system / tests / modules / condition_test / condition_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/condition_test/condition_test.routing.yml b/web/core/modules/system/tests/modules/condition_test/condition_test.routing.yml
new file mode 100644 (file)
index 0000000..cc7a8e3
--- /dev/null
@@ -0,0 +1,6 @@
+condition_test.1:
+  path: '/condition_test'
+  defaults:
+    _form: '\Drupal\condition_test\FormController'
+  requirements:
+    _access: 'TRUE'