You are here

service instagram_feeds.instagram_posts_obtained in Instagram Feeds 8

Class

\Drupal\instagram_feeds\EventSubscriber\InstagramPostsObtainedSubscriber

Tags

  • event_subscriber

File

./instagram_feeds.services.yml
instagram_feeds.services.yml

View source
  1. class: \Drupal\instagram_feeds\EventSubscriber\InstagramPostsObtainedSubscriber
  2. arguments:
  3. - '@http_client'
  4. - '@token'
  5. - '@logger.factory'
  6. tags:
  7. - { name: event_subscriber }