You are here

public function EntityEvent::getEntity in Entity Events 8

Same name and namespace in other branches
  1. 2.0.x src/Event/EntityEvent.php \Drupal\entity_events\Event\EntityEvent::getEntity()

Method to get the entity from the event.

File

src/Event/EntityEvent.php, line 44

Class

EntityEvent
Class to contain an entity event.

Namespace

Drupal\entity_events\Event

Code

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