You are here

public function EntityBundleFieldInfoAlterEvent::getEntityType in Hook Event Dispatcher 8

Get the EntityType.

Return value

\Drupal\Core\Entity\EntityTypeInterface The EntityType.

File

src/Event/EntityType/EntityBundleFieldInfoAlterEvent.php, line 75

Class

EntityBundleFieldInfoAlterEvent
Class EntityBundleFieldInfoAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityType

Code

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