You are here

public function CleanStateInterface::getEntityTypeId in Feeds 8.3

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

Return value

string An entity type ID.

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

File

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

Class

CleanStateInterface
Status of the clean phase of an import.

Namespace

Drupal\feeds\Feeds\State

Code

public function getEntityTypeId();