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
1 views_test_modal.modal:
2   path: '/views-test-modal/modal'
3   defaults:
4     _controller: '\Drupal\views_test_modal\Controller\TestController::modal'
5   requirements:
6     _access: 'TRUE'