module_cachebin.services.yml

Same filename in other branches
  1. 8.9.x core/modules/system/tests/modules/module_cachebin/module_cachebin.services.yml
core/modules/system/tests/modules/module_cachebin/module_cachebin.services.yml

File

core/modules/system/tests/modules/module_cachebin/module_cachebin.services.yml

View source
  1. services:
  2. module_cachebin.cache_bin:
  3. class: Drupal\Core\Cache\CacheBackendInterface
  4. tags:
  5. - { name: cache.bin }
  6. factory: ['@cache.backend.database', 'get']
  7. arguments: [module_cachebin]

Services

Title Deprecated Summary
module_cachebin.cache_bin Drupal\Core\Cache\CacheBackendInterface

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