You are here

ajax_forms_test.routing.yml in Drupal 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'
  29. ajax_forms_test.image_button_form:
  30. path: '/ajax_forms_image_button_form'
  31. defaults:
  32. _title: 'AJAX forms image button test'
  33. _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestImageButtonForm'
  34. requirements:
  35. _access: 'TRUE'
  36. ajax_forms_test.ajax_element_form:
  37. path: '/ajax_forms_test_ajax_element_form'
  38. defaults:
  39. _title: 'AJAX forms elements test'
  40. _form: '\Drupal\ajax_forms_test\Form\AjaxFormsTestAjaxElementsForm'
  41. requirements:
  42. _access: 'TRUE'