EntityTypeEvent::getEntityType

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

1
2
3
public function getEntityType() {
  return $this->entityType;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.