tour_test.routing.yml in Drupal 10
Same filename and directory in other branches
core/modules/tour/tests/tour_test/tour_test.routing.yml
2 string references to YAML keys in tour_test.routing.yml
- TourCacheTagsTest::testRenderedTour in core/
modules/ tour/ tests/ src/ Functional/ TourCacheTagsTest.php - Tests cache tags presence and invalidation of the Tour entity.
- TourTest::testTourFunctionality in core/
modules/ tour/ tests/ src/ Functional/ TourTest.php - Tests tour functionality.
File
core/modules/tour/tests/tour_test/tour_test.routing.ymlView source
- tour_test.1:
- path: '/tour-test-1'
- defaults:
- _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
- options:
- _admin_route: TRUE
- requirements:
- _access: 'TRUE'
-
- tour_test.1_action:
- path: '/tour-test-1/action'
- defaults:
- _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
- requirements:
- _access: 'TRUE'
-
- tour_test.2:
- path: '/tour-test-2/subpath'
- defaults:
- _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest2'
- requirements:
- _access: 'TRUE'
-
- tour_test.3:
- path: '/tour-test-3/{locale}'
- defaults:
- locale: 'foo'
- _controller: '\Drupal\tour_test\Controller\TourTestController::tourTest1'
- requirements:
- _access: 'TRUE'