You are here

function hook_entitycache_ENTITY_TYPE_load in Entity cache 7

Act on entites of a specific entity type being loaded from the entitycache.

Parameters

$entities: Array with entity objects.

3 functions implement hook_entitycache_ENTITY_TYPE_load()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

book_entitycache_node_load in ./entitycache.module
Implements hook_entitycache_node_load().
entitycache_entitycache_comment_load in ./entitycache.module
Implements hook_entitycache_ENTITY_TYPE_load().
poll_entitycache_node_load in ./entitycache.module
Implements hook_entitycache_node_load().

File

./entitycache.api.php, line 25
Hooks provided by the Entity cache module.

Code

function hook_entitycache_ENTITY_TYPE_load($entities) {
}