You are here

public function EntityOperationEvent::getEntity in Hook Event Dispatcher 8

Get the entity.

Return value

\Drupal\Core\Entity\EntityInterface The entity.

File

src/Event/Entity/EntityOperationEvent.php, line 45

Class

EntityOperationEvent
Class EntityLoadEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

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