You are here

public function ProcessorInterface::getImportedItemIds in Feeds 8.3

Returns a list of ID's of entities that were imported.

Parameters

\Drupal\feeds\FeedInterface $feed: The feed to check fo imported entity ID's.

Return value

array A list of entity ID's.

1 method overrides ProcessorInterface::getImportedItemIds()
EntityProcessorBase::getImportedItemIds in src/Feeds/Processor/EntityProcessorBase.php
Returns a list of ID's of entities that were imported.

File

src/Plugin/Type/Processor/ProcessorInterface.php, line 143

Class

ProcessorInterface
Interface for Feeds processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function getImportedItemIds(FeedInterface $feed);