module_cachebin.cache_bin

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/module_cachebin/module_cachebin.services.yml \module_cachebin.cache_bin

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • 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
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. tags:
  3. - { name: cache.bin }
  4. factory: 'cache.backend.database:get'
  5. arguments:
  6. - module_cachebin

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.