You are here

straw.services.yml in Super Term Reference Autocomplete Widget 8

File

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