You are here

public function EntityTypeAlterEvent::getEntityTypes in Hook Event Dispatcher 8

Get the entity types.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] Entity types info.

File

src/Event/EntityType/EntityTypeAlterEvent.php, line 44

Class

EntityTypeAlterEvent
Class EntityTypeBuildEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityType

Code

public function &getEntityTypes() {
  return $this->entityTypes;
}