You are here

public function EntityBaseFieldInfoEvent::getEntityType in Hook Event Dispatcher 8

Get the entity type.

Return value

\Drupal\Core\Entity\EntityTypeInterface The entity type.

File

src/Event/EntityType/EntityBaseFieldInfoEvent.php, line 52

Class

EntityBaseFieldInfoEvent
Class EntityBaseFieldInfoEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityType

Code

public function getEntityType() {
  return $this->entityType;
}