function hook_entitycache_reset in Entity cache 7
Act on entities being removed from the entitycache.
Parameters
array|null $entity_ids: Array with the ids of the entities, or NULL for all entities of this type.
string $entity_type:
1 invocation of hook_entitycache_reset()
File
- ./
entitycache.api.php, line 36 - Hooks provided by the Entity cache module.
Code
function hook_entitycache_reset($entity_ids = NULL, $entity_type) {
}