You are here

function hook_entitycache_ENTITY_TYPE_reset in Entity cache 7

Act on entites of a specific entity type 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.

File

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

Code

function hook_entitycache_ENTITY_TYPE_reset($entity_ids = NULL) {
}