public EntityTypeEvent::getEntityType()
The entity type the event refers to.
Return value
\Drupal\Core\Entity\EntityTypeInterface
File
- core/lib/Drupal/Core/Entity/EntityTypeEvent.php, line 45
Class
- EntityTypeEvent
- Defines a base class for all entity type events.
Namespace
Drupal\Core\Entity
Code
public function getEntityType() { return $this->entityType; }
Please login to continue.