function hook_entitycache_load in Entity cache 7
Act on entities being loaded from the entitycache.
Parameters
$entities: Array with entity objects.
$entity_type:
1 invocation of hook_entitycache_load()
- EntityCacheControllerHelper::entityCacheAttachLoad in includes/
entitycache.entitycachecontrollerhelper.inc - Allow modules to implement uncached entity hooks.
File
- ./
entitycache.api.php, line 15 - Hooks provided by the Entity cache module.
Code
function hook_entitycache_load($entities, $entity_type) {
}