You are here

public function CleanStateInterface::getList in Feeds 8.3

Returns the list of entity ID's.

Return value

array An array of entity ID's.

1 method overrides CleanStateInterface::getList()
CleanState::getList in src/Feeds/State/CleanState.php
Returns the list of entity ID's.

File

src/Feeds/State/CleanStateInterface.php, line 37

Class

CleanStateInterface
Status of the clean phase of an import.

Namespace

Drupal\feeds\Feeds\State

Code

public function getList();