public function AvatarKitEntityHooksInterface::storageLoad in Avatar Kit 8.2
Implements hook_entity_storage_load().
See also
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\avatarsCode
public function storageLoad(array $entities) : void;