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\EntityTypeCode
public function getEntityType() {
return $this->entityType;
}