The name of the event triggered when a new entity type is created.
This event allows modules to react to a new entity type being created. The event listener method receives a \Drupal\Core\Entity\EntityTypeEvent instance.
See also
\Drupal\Core\Entity\EntityTypeEvent
\Drupal\Core\Entity\EntityManager::onEntityTypeCreate()
\Drupal\Core\Entity\EntityTypeEventSubscriberTrait
\Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::onEntityTypeCreate()
Related topics
- Events
- Overview of event dispatch and subscribing
File
- core/lib/Drupal/Core/Entity/EntityTypeEvents.php, line 26
Class
- EntityTypeEvents
- Contains all events thrown while handling entity types.
Namespace
Drupal\Core\Entity
Code
const CREATE = 'entity_type.definition.create';
Please login to continue.