cache.discovery
Same name in other branches
- 8.9.x core/core.services.yml \cache.discovery
- 10 core/core.services.yml \cache.discovery
Class
Drupal\Core\Cache\CacheBackendInterfaceTags
- cache.bin
2 string references to cache.discovery
- MigrateEntityContentBaseTest::testBundleFallbackForStub in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateEntityContentBaseTest.php - Tests bundle is properly provided for stubs without bundle support.
- TestViewsTest::testDefaultConfig in core/
modules/ views/ tests/ src/ Kernel/ TestViewsTest.php - Tests default configuration data type.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Cache\CacheBackendInterface
- tags:
- - { name: cache.bin, default_backend: cache.backend.chainedfast }
- factory:
- - '@cache_factory'
- - get
- arguments:
- - discovery
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.