ajax_forms_test.routing.yml in Zircon Profile 8
Same filename and directory in other branches
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml
1 string reference to YAML keys in ajax_forms_test.routing.yml
- AjaxFormCacheTest::testFormCacheUsage in core/
modules/ system/ src/ Tests/ 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.ymlView 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'
-