drupal/core/modules/toolbar/toolbar.services.yml

9 lines
200 B
YAML

services:
cache.toolbar:
class: Drupal\Core\Cache\CacheBackendInterface
tags:
- { name: cache.bin }
factory_method: get
factory_service: cache_factory
arguments: [toolbar]