Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / off_canvas_test / off_canvas_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml b/web/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml
new file mode 100644 (file)
index 0000000..4ae56c4
--- /dev/null
@@ -0,0 +1,29 @@
+off_canvas_test.links:
+  path: '/off-canvas-test-links'
+  defaults:
+    _controller: '\Drupal\off_canvas_test\Controller\TestController::linksDisplay'
+    _title: 'Links'
+  requirements:
+    _access: 'TRUE'
+
+off_canvas_test.thing1:
+  path: '/off-canvas-thing1'
+  defaults:
+    _controller: '\Drupal\off_canvas_test\Controller\TestController::thing1'
+    _title: 'Thing 1'
+  requirements:
+    _access: 'TRUE'
+
+off_canvas_test.thing2:
+  path: '/off-canvas-thing2'
+  defaults:
+    _controller: '\Drupal\off_canvas_test\Controller\TestController::thing2'
+  requirements:
+    _access: 'TRUE'
+
+off_canvas_test.dialog_links:
+  path: '/off-canvas-dialog-links'
+  defaults:
+    _controller: '\Drupal\off_canvas_test\Controller\TestController::otherDialogLinks'
+  requirements:
+    _access: 'TRUE'