You are here

public function EntityTypeEventSubscriberTrait::onEntityTypeUpdate in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php \Drupal\Core\Entity\EntityTypeEventSubscriberTrait::onEntityTypeUpdate()
1 call to EntityTypeEventSubscriberTrait::onEntityTypeUpdate()
EntityTypeEventSubscriberTrait::onEntityTypeEvent in core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php
Listener method for any entity type definition event.
4 methods override EntityTypeEventSubscriberTrait::onEntityTypeUpdate()
EntitySchemaSubscriber::onEntityTypeUpdate in core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
Reacts to the update of the entity type.
EntitySchemaSubscriber::onEntityTypeUpdate in core/modules/workspaces/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.
ViewsEntitySchemaSubscriber::onEntityTypeUpdate in core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.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) {
}