db backup prior to drupal security update
[yaffs-website] / web / core / modules / settings_tray / tests / modules / off_canvas_test / off_canvas_test.routing.yml
1 off_canvas_test.links:
2   path: '/off-canvas-test-links'
3   defaults:
4     _controller: '\Drupal\off_canvas_test\Controller\TestController::linksDisplay'
5     _title: 'Links'
6   requirements:
7     _access: 'TRUE'
8
9 off_canvas_test.thing1:
10   path: '/off-canvas-thing1'
11   defaults:
12     _controller: '\Drupal\off_canvas_test\Controller\TestController::thing1'
13     _title: 'Thing 1'
14   requirements:
15     _access: 'TRUE'
16
17 off_canvas_test.thing2:
18   path: '/off-canvas-thing2'
19   defaults:
20     _controller: '\Drupal\off_canvas_test\Controller\TestController::thing2'
21   requirements:
22     _access: 'TRUE'
23
24 off_canvas_test.dialog_links:
25   path: '/off-canvas-dialog-links'
26   defaults:
27     _controller: '\Drupal\off_canvas_test\Controller\TestController::otherDialogLinks'
28   requirements:
29     _access: 'TRUE'