views_test_modal.routing.yml in Drupal 9
Same filename and directory in other branches
core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml
File
core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.ymlView source
- views_test_modal.modal:
- path: '/views-test-modal/modal'
- defaults:
- _controller: '\Drupal\views_test_modal\Controller\TestController::modal'
- requirements:
- _access: 'TRUE'