You are here

public function CleanStateInterface::removeItem in Feeds 8.3

Removes a specific item from the list.

Parameters

mixed $entity_id: The ID of the entity to remove.

1 method overrides CleanStateInterface::removeItem()
CleanState::removeItem in src/Feeds/State/CleanState.php
Removes a specific item from the list.

File

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

Class

CleanStateInterface
Status of the clean phase of an import.

Namespace

Drupal\feeds\Feeds\State

Code

public function removeItem($entity_id);