You are here

function lingotek_entitycache_load in Lingotek Translation 7.7

Implements hook_entitycache_load().

Entity cache might not trigger hook_entity_load() so Lingotek passes on $entities to lingotek_entity_load()

File

./lingotek.module, line 1531

Code

function lingotek_entitycache_load($entities, $type) {
  lingotek_entity_load($entities, $type);
}