You are here

module_cachebin.services.yml in Drupal 8

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]