You are here

public function EntityLoadEvent::getEntityTypeId in Hook Event Dispatcher 8

Get the entity type id.

Return value

string The entity type id.

File

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

Class

EntityLoadEvent
Class EntityLoadEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

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