You are here

public function EntityLoadEvent::getEntityTypeId in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Entity/EntityLoadEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityLoadEvent::getEntityTypeId()

Get the entity type id.

Return value

string The entity type id.

File

modules/core_event_dispatcher/src/Event/Entity/EntityLoadEvent.php, line 56

Class

EntityLoadEvent
Class EntityLoadEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

public function getEntityTypeId() : string {
  return $this->entityTypeId;
}