You are here

public function CleanState::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.

Overrides CleanStateInterface::getEntityTypeId

1 call to CleanState::getEntityTypeId()
CleanState::nextEntity in src/Feeds/State/CleanState.php
Returns the next entity in the list and removes the ID from the list.

File

src/Feeds/State/CleanState.php, line 185

Class

CleanState
State for the clean stage.

Namespace

Drupal\feeds\Feeds\State

Code

public function getEntityTypeId() {
  return $this->entityTypeId;
}