Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / modules / views_test_modal / views_test_modal.routing.yml
diff --git a/web/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml b/web/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml
new file mode 100644 (file)
index 0000000..430bac1
--- /dev/null
@@ -0,0 +1,6 @@
+views_test_modal.modal:
+  path: '/views-test-modal/modal'
+  defaults:
+    _controller: '\Drupal\views_test_modal\Controller\TestController::modal'
+  requirements:
+    _access: 'TRUE'