e8d06c0a9f27161310916a4bbd85e5a5009e017e
[yaffs-website] / ajax_test.routing.yml
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
9 ajax_test.dialog_form:
10   path: '/ajax-test/dialog-form'
11   defaults:
12     _title: 'Ajax Form contents'
13     _form: '\Drupal\ajax_test\Form\AjaxTestForm'
14   requirements:
15     _access: 'TRUE'
16
17 ajax_test.dialog:
18   path: '/ajax-test/dialog'
19   defaults:
20     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialog'
21   requirements:
22     _access: 'TRUE'
23
24 ajax_test.dialog_close:
25   path: '/ajax-test/dialog-close'
26   defaults:
27     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialogClose'
28   requirements:
29     _access: 'TRUE'
30
31 ajax_test.render:
32   path: '/ajax-test/render'
33   defaults:
34     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::render'
35   requirements:
36     _access: 'TRUE'
37
38 ajax_test.admin.theme:
39   path: '/admin/ajax-test/theme'
40   defaults:
41     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::theme'
42   requirements:
43     _access: 'TRUE'
44
45 ajax_test.order:
46   path: '/ajax-test/order'
47   defaults:
48     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::order'
49   requirements:
50     _access: 'TRUE'
51
52 ajax_test.render_error:
53   path: '/ajax-test/render-error'
54   defaults:
55     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::renderError'
56   requirements:
57     _access: 'TRUE'