You are here

function title_entitycache_load in Title 7

Implements hook_entitycache_load().

Entity cache might cache the entire $entity object, in which case synchronization will not be performed on entity load.

File

./title.module, line 245

Code

function title_entitycache_load($entities, $type) {
  title_entity_load($entities, $type);
}