module_cache_bin.services.yml

Same filename and directory in other branches
  1. 10 core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml
core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml

File

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

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

Services

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

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