Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / ajax_forms_test.routing.yml
1 ajax_forms_test.get_form:
2   path: '/ajax_forms_test_get_form'
3   defaults:
4     _title: 'AJAX forms simple form test'
5     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestSimpleForm'
6   requirements:
7     _access: 'TRUE'
8
9 ajax_forms_test.commands_form:
10   path: '/ajax_forms_test_ajax_commands_form'
11   defaults:
12     _title: 'AJAX forms AJAX commands test'
13     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestCommandsForm'
14   requirements:
15     _access: 'TRUE'
16
17 ajax_forms_test.validation_test:
18   path: '/ajax_validation_test'
19   defaults:
20     _title: 'AJAX Validation Test'
21     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestValidationForm'
22   requirements:
23     _access: 'TRUE'
24
25 ajax_forms_test.lazy_load_form:
26   path: '/ajax_forms_test_lazy_load_form'
27   defaults:
28     _title: 'AJAX forms lazy load test'
29     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestLazyLoadForm'
30   requirements:
31     _access: 'TRUE'
32
33 ajax_forms_test.image_button_form:
34   path: '/ajax_forms_image_button_form'
35   defaults:
36     _title: 'AJAX forms image button test'
37     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestImageButtonForm'
38   requirements:
39     _access: 'TRUE'
40
41 ajax_forms_test.ajax_element_form:
42   path: '/ajax_forms_test_ajax_element_form'
43   defaults:
44     _title: 'AJAX forms elements test'
45     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestAjaxElementsForm'
46   requirements:
47     _access: 'TRUE'