You are here

public function EntityTypeEventSubscriberTrait::onEntityTypeUpdate in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php \Drupal\Core\Entity\EntityTypeEventSubscriberTrait::onEntityTypeUpdate()
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php \Drupal\Core\Entity\EntityTypeEventSubscriberTrait::onEntityTypeUpdate()
3 methods override EntityTypeEventSubscriberTrait::onEntityTypeUpdate()
EntitySchemaSubscriber::onEntityTypeUpdate in core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
Reacts to the update of the entity type.
EntitySchemaSubscriber::onEntityTypeUpdate in core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
Reacts to the update of the entity type.
EntityTestDefinitionSubscriber::onEntityTypeUpdate in core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
Reacts to the update of the entity type.

File

core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php, line 71

Class

EntityTypeEventSubscriberTrait
Helper methods for EntityTypeListenerInterface.

Namespace

Drupal\Core\Entity

Code

public function onEntityTypeUpdate(EntityTypeInterface $entity_type, EntityTypeInterface $original) {
}