You are here

service media_entity_instagram.instagram_embed_fetcher in Media entity Instagram 8.2

Same name and namespace in other branches
  1. 8 media_entity_instagram.services.yml \media_entity_instagram.instagram_embed_fetcher

Class

Drupal\media_entity_instagram\InstagramEmbedFetcher
2 string references to media_entity_instagram.instagram_embed_fetcher
Instagram::create in src/Plugin/media/Source/Instagram.php
Creates an instance of the plugin.
InstagramEmbedFormatter::create in src/Plugin/Field/FieldFormatter/InstagramEmbedFormatter.php
Creates an instance of the plugin.

File

./media_entity_instagram.services.yml
media_entity_instagram.services.yml

View source
  1. class: Drupal\media_entity_instagram\InstagramEmbedFetcher
  2. arguments:
  3. - '@http_client'
  4. - '@logger.factory'
  5. - '@cache.instagram_posts'