You are here

public function CleanEvent::getEntity in Feeds 8.3

Returns the entity to clean.

Return value

\Drupal\Core\Entity\EntityInterface The entity to clean.

File

src/Event/CleanEvent.php, line 39

Class

CleanEvent
Fired to begin cleaning.

Namespace

Drupal\feeds\Event

Code

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