Contains all events thrown while handling entity types.
Hierarchy
- class \Drupal\Core\Entity\EntityTypeEvents
File
- core/lib/Drupal/Core/Entity/EntityTypeEvents.php, line 8
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityTypeEvents::CREATE | constant | The name of the event triggered when a new entity type is created. | |
EntityTypeEvents::DELETE | constant | The name of the event triggered when an existing entity type is deleted. | |
EntityTypeEvents::UPDATE | constant | The name of the event triggered when an existing entity type is updated. |
Please login to continue.