Version 1
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / ajax_forms_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml b/web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml
new file mode 100644 (file)
index 0000000..ccca279
--- /dev/null
@@ -0,0 +1,32 @@
+ajax_forms_test.get_form:
+  path: '/ajax_forms_test_get_form'
+  defaults:
+    _title: 'AJAX forms simple form test'
+    _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestSimpleForm'
+  requirements:
+    _access: 'TRUE'
+
+ajax_forms_test.commands_form:
+  path: '/ajax_forms_test_ajax_commands_form'
+  defaults:
+    _title: 'AJAX forms AJAX commands test'
+    _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestCommandsForm'
+  requirements:
+    _access: 'TRUE'
+
+ajax_forms_test.validation_test:
+  path: '/ajax_validation_test'
+  defaults:
+    _title: 'AJAX Validation Test'
+    _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestValidationForm'
+  requirements:
+    _access: 'TRUE'
+
+ajax_forms_test.lazy_load_form:
+  path: '/ajax_forms_test_lazy_load_form'
+  defaults:
+    _title: 'AJAX forms lazy load test'
+    _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestLazyLoadForm'
+  requirements:
+    _access: 'TRUE'
+