875b7caa9611354adea5796fbd96cba06eac4b54
[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.ajax_render_types:
10   path: '/ajax-test/dialog-contents-types/{type}'
11   defaults:
12     _title: 'AJAX Dialog contents routing'
13     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::renderTypes'
14   requirements:
15     _access: 'TRUE'
16
17 ajax_test.dialog_form:
18   path: '/ajax-test/dialog-form'
19   defaults:
20     _title: 'Ajax Form contents'
21     _form: '\Drupal\ajax_test\Form\AjaxTestForm'
22   requirements:
23     _access: 'TRUE'
24
25 ajax_test.dialog:
26   path: '/ajax-test/dialog'
27   defaults:
28     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialog'
29   requirements:
30     _access: 'TRUE'
31
32 ajax_test.insert_links_block_wrapper:
33   path: '/ajax-test/insert-block-wrapper'
34   defaults:
35     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::insertLinksBlockWrapper'
36   requirements:
37     _access: 'TRUE'
38
39 ajax_test.insert_links_inline_wrapper:
40   path: '/ajax-test/insert-inline-wrapper'
41   defaults:
42     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::insertLinksInlineWrapper'
43   requirements:
44     _access: 'TRUE'
45
46 ajax_test.dialog_close:
47   path: '/ajax-test/dialog-close'
48   defaults:
49     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialogClose'
50   requirements:
51     _access: 'TRUE'
52
53 ajax_test.render:
54   path: '/ajax-test/render'
55   defaults:
56     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::render'
57   requirements:
58     _access: 'TRUE'
59
60 ajax_test.admin.theme:
61   path: '/admin/ajax-test/theme'
62   defaults:
63     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::theme'
64   requirements:
65     _access: 'TRUE'
66
67 ajax_test.order:
68   path: '/ajax-test/order'
69   defaults:
70     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::order'
71   requirements:
72     _access: 'TRUE'
73
74 ajax_test.render_error:
75   path: '/ajax-test/render-error'
76   defaults:
77     _controller: '\Drupal\ajax_test\Controller\AjaxTestController::renderError'
78   requirements:
79     _access: 'TRUE'