tour_test.routing.yml
Same filename in other branches
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.yml
View 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'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.