You are here

public function FeedInterface::dispatchEntityEvent in Feeds 8.3

Dispatches an entity event.

Parameters

string $event: The event to invoke.

\Drupal\Core\Entity\EntityInterface $entity: The entity being inserted or updated.

\Drupal\feeds\Feeds\Item\ItemInterface $item: The item that is being processed.

1 method overrides FeedInterface::dispatchEntityEvent()
Feed::dispatchEntityEvent in src/Entity/Feed.php
Dispatches an entity event.

File

src/FeedInterface.php, line 178

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function dispatchEntityEvent($event, EntityInterface $entity, ItemInterface $item);