You are here

ajax_test.routing.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml
core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml

File

core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml
View source
  1. ajax_test.dialog_contents:
  2. path: '/ajax-test/dialog-contents'
  3. defaults:
  4. _title: 'AJAX Dialog contents routing'
  5. _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialogContents'
  6. requirements:
  7. _access: 'TRUE'
  8. ajax_test.dialog_form:
  9. path: '/ajax-test/dialog-form'
  10. defaults:
  11. _title: 'Ajax Form contents'
  12. _form: '\Drupal\ajax_test\Form\AjaxTestForm'
  13. requirements:
  14. _access: 'TRUE'
  15. ajax_test.dialog:
  16. path: '/ajax-test/dialog'
  17. defaults:
  18. _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialog'
  19. requirements:
  20. _access: 'TRUE'
  21. ajax_test.dialog_close:
  22. path: '/ajax-test/dialog-close'
  23. defaults:
  24. _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialogClose'
  25. requirements:
  26. _access: 'TRUE'
  27. ajax_test.render:
  28. path: '/ajax-test/render'
  29. defaults:
  30. _controller: '\Drupal\ajax_test\Controller\AjaxTestController::render'
  31. requirements:
  32. _access: 'TRUE'
  33. ajax_test.order:
  34. path: '/ajax-test/order'
  35. defaults:
  36. _controller: '\Drupal\ajax_test\Controller\AjaxTestController::order'
  37. options:
  38. _theme: ajax_base_page
  39. requirements:
  40. _access: 'TRUE'
  41. ajax_test.render_error:
  42. path: '/ajax-test/render-error'
  43. defaults:
  44. _controller: '\Drupal\ajax_test\Controller\AjaxTestController::renderError'
  45. requirements:
  46. _access: 'TRUE'