You are here

admin_menu.services.yml in Administration menu 8.3

File

admin_menu.services.yml
View source
  1. services:
  2. cache.admin_menu:
  3. class: Drupal\Core\Cache\CacheBackendInterface
  4. tags:
  5. - { name: cache.bin }
  6. factory: cache_factory:get
  7. arguments: [admin_menu]