You are here

public function AvatarKitEntityHooksInterface::storageLoad in Avatar Kit 8.2

Implements hook_entity_storage_load().

See also

\hook_entity_storage_load()

1 method overrides AvatarKitEntityHooksInterface::storageLoad()
AvatarKitEntityHooks::storageLoad in src/AvatarKitEntityHooks.php
Implements hook_entity_storage_load().

File

src/AvatarKitEntityHooksInterface.php, line 24

Class

AvatarKitEntityHooksInterface
Interface for Avatar Kit Drupal entity hooks.

Namespace

Drupal\avatars

Code

public function storageLoad(array $entities) : void;