You are here

media_entity_instagram.services.yml in Media entity Instagram 8.2

File

media_entity_instagram.services.yml
View source
  1. services:
  2. media_entity_instagram.instagram_embed_fetcher:
  3. class: Drupal\media_entity_instagram\InstagramEmbedFetcher
  4. arguments:
  5. - '@http_client'
  6. - '@logger.factory'
  7. - '@cache.instagram_posts'
  8. cache.instagram_posts:
  9. class: Drupal\Core\Cache\CacheBackendInterface
  10. tags:
  11. - { name: cache.bin }
  12. factory: cache_factory:get
  13. arguments:
  14. - instagram_posts