module_cachebin.cache_bin
Same name in other branches
- 9 core/modules/system/tests/modules/module_cachebin/module_cachebin.services.yml \module_cachebin.cache_bin
Class
Drupal\Core\Cache\CacheBackendInterfaceTags
- cache.bin
1 string reference to module_cachebin.cache_bin
- ModuleInstallerTest::testCacheBinCleanup in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleInstallerTest.php - Tests cache bins defined by modules are removed when uninstalled.
File
-
core/
modules/ system/ tests/ modules/ module_cachebin/ module_cachebin.services.yml
View source
- class: Drupal\Core\Cache\CacheBackendInterface
- tags:
- - { name: cache.bin }
- factory: 'cache.backend.database:get'
- arguments:
- - module_cachebin
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.