You are here

ajax_forms_test.routing.yml in Zircon Profile 8

core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml

File

core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml
View source
  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. ajax_forms_test.commands_form:
  9. path: '/ajax_forms_test_ajax_commands_form'
  10. defaults:
  11. _title: 'AJAX forms AJAX commands test'
  12. _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestCommandsForm'
  13. requirements:
  14. _access: 'TRUE'
  15. ajax_forms_test.validation_test:
  16. path: '/ajax_validation_test'
  17. defaults:
  18. _title: 'AJAX Validation Test'
  19. _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestValidationForm'
  20. requirements:
  21. _access: 'TRUE'
  22. ajax_forms_test.lazy_load_form:
  23. path: '/ajax_forms_test_lazy_load_form'
  24. defaults:
  25. _title: 'AJAX forms lazy load test'
  26. _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestLazyLoadForm'
  27. requirements:
  28. _access: 'TRUE'