tour_legacy_test.routing.yml in Drupal 9
core/modules/tour/tests/tour_legacy_test/tour_legacy_test.routing.yml
File
core/modules/tour/tests/tour_legacy_test/tour_legacy_test.routing.ymlView source
- tour_test.legacy:
- path: '/tour-test-legacy'
- defaults:
- _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
- options:
- _admin_route: TRUE
- requirements:
- _access: 'TRUE'