module_cachebin.services.yml in Drupal 8
Same filename and directory in other branches
core/modules/system/tests/modules/module_cachebin/module_cachebin.services.yml
File
core/modules/system/tests/modules/module_cachebin/module_cachebin.services.ymlView source
- services:
- module_cachebin.cache_bin:
- class: Drupal\Core\Cache\CacheBackendInterface
- tags:
- - { name: cache.bin }
- factory: cache.backend.database:get
- arguments: [module_cachebin]