You are here

public function EntityEvent::getEntity in Feeds 8.3

Returns the entity.

Return value

\Drupal\Core\Entity\EntityInterface The entity being inserted or updated.

File

src/Event/EntityEvent.php, line 50

Class

EntityEvent
Fired at various phases during the process stage.

Namespace

Drupal\feeds\Event

Code

public function getEntity() {
  return $this->entity;
}