You are here

public static function InstagramPostsObtainedEvent::getEventName in Instagram Feeds 8

Returns event system name for dispatcher.

Overrides InstagramFeedsEventBase::getEventName

1 call to InstagramPostsObtainedEvent::getEventName()
CronHandler::getMedia in src/CronHandler.php
Gets 25 recent posts created by Instagram user.

File

src/Event/InstagramPostsObtainedEvent.php, line 38

Class

InstagramPostsObtainedEvent
En event occurs when instagram_feeds obtained posts from Instagram API.

Namespace

Drupal\instagram_feeds\Event

Code

public static function getEventName() : string {
  return 'instagram_feeds_posts_obtained';
}