Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeEvents.php \Drupal\Core\Entity\EntityTypeEvents::UPDATE
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeEvents.php \Drupal\Core\Entity\EntityTypeEvents::UPDATE

The name of the event triggered when an existing entity type is updated.

This event allows modules to react whenever an existing entity type is updated. The event listener method receives a \Drupal\Core\Entity\EntityTypeEvent instance.

See also

\Drupal\Core\Entity\EntityTypeEvent

\Drupal\Core\Entity\EntityTypeListenerInterface::onEntityTypeUpdate()

\Drupal\Core\Entity\EntityTypeEventSubscriberTrait

\Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::onEntityTypeUpdate()

Related topics

File

core/lib/Drupal/Core/Entity/EntityTypeEvents.php, line 44

Class

EntityTypeEvents
Contains all events thrown while handling entity types.

Namespace

Drupal\Core\Entity

Code

const UPDATE = 'entity_type.definition.update';