You are here

public function AvatarKitEntityHooksInterface::update in Avatar Kit 8.2

Implements hook_entity_update().

See also

hook_entity_update()

1 method overrides AvatarKitEntityHooksInterface::update()
AvatarKitEntityHooks::update in src/AvatarKitEntityHooks.php
Implements hook_entity_update().

File

src/AvatarKitEntityHooksInterface.php, line 17

Class

AvatarKitEntityHooksInterface
Interface for Avatar Kit Drupal entity hooks.

Namespace

Drupal\avatars

Code

public function update(EntityInterface $entity) : void;