ajax_forms_test.routing.yml
1 string reference to YAML keys in ajax_forms_test.routing.yml
- AjaxFormCacheTest::testFormCacheUsage in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php  - Tests the usage of form cache for AJAX forms.
 
File
- 
              core/
modules/ system/ tests/ modules/ ajax_forms_test/ ajax_forms_test.routing.yml  
View source
- 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'
 - 
 - ajax_forms_test.image_button_form:
 -   path: '/ajax_forms_image_button_form'
 -   defaults:
 -     _title: 'AJAX forms image button test'
 -     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestImageButtonForm'
 -   requirements:
 -     _access: 'TRUE'
 - 
 - ajax_forms_test.ajax_element_form:
 -   path: '/ajax_forms_test_ajax_element_form'
 -   defaults:
 -     _title: 'AJAX forms elements test'
 -     _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestAjaxElementsForm'
 -   requirements:
 -     _access: 'TRUE'
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.