You are here

public function CleanStateInterface::setEntityTypeId in Feeds 8.3

Sets the entity type ID of the entity ID's on the list.

Parameters

string $entity_type_id: An entity type ID.

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

File

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

Class

CleanStateInterface
Status of the clean phase of an import.

Namespace

Drupal\feeds\Feeds\State

Code

public function setEntityTypeId($entity_type_id);