You are here

public function CleanStateInterface::setList in Feeds 8.3

Sets the list of entity ID's.

Parameters

array $ids: An array of entity ID's.

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

File

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

Class

CleanStateInterface
Status of the clean phase of an import.

Namespace

Drupal\feeds\Feeds\State

Code

public function setList(array $ids);