cache_test.routing.yml
Same filename in other branches
2 string references to YAML keys in cache_test.routing.yml
- EntityBundleListCacheTest::testBundleListingCache in core/
tests/ Drupal/ FunctionalTests/ Entity/ EntityBundleListCacheTest.php - Tests that tags are invalidated when an entity with that bundle changes.
- UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling in core/
modules/ system/ tests/ src/ Functional/ Render/ UrlBubbleableMetadataBubblingTest.php - Tests that URL bubbleable metadata is correctly bubbled.
File
-
core/
modules/ system/ tests/ modules/ cache_test/ cache_test.routing.yml
View source
- cache_test.url_bubbling:
- path: '/cache-test/url-bubbling'
- defaults:
- _controller: '\Drupal\cache_test\Controller\CacheTestController::urlBubbling'
- requirements:
- _access: 'TRUE'
-
- cache_test_list.bundle_tags:
- path: '/cache-test-list/{entity_type_id}/{bundle}'
- defaults:
- _controller: '\Drupal\cache_test\Controller\CacheTestController::bundleTags'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.