public function EntityTypeBuildEvent::getEntityTypes in Hook Event Dispatcher 8
Get the entity types.
Return value
\Drupal\Core\Entity\EntityTypeInterface[] Entity types info.
File
- src/
Event/ EntityType/ EntityTypeBuildEvent.php, line 44
Class
- EntityTypeBuildEvent
- Class EntityTypeBuildEvent.
Namespace
Drupal\hook_event_dispatcher\Event\EntityTypeCode
public function &getEntityTypes() {
return $this->entityTypes;
}