public function AvatarKitEntityHooksInterface::update in Avatar Kit 8.2
Implements hook_entity_update().
See also
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\avatarsCode
public function update(EntityInterface $entity) : void;