You are here

public function EntityInsertEvent::getEntity in Entity Share 8.2

Returns the entity object.

Return value

\Drupal\Core\Entity\EntityInterface The entity being manipulated.

File

modules/entity_share_client/src/Event/EntityInsertEvent.php, line 51

Class

EntityInsertEvent
Defines an event for altering the entity.

Namespace

Drupal\entity_share_client\Event

Code

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