You are here

function title_entitycache_reset in Title 7

Implements hook_entitycache_reset().

When the entity cache is reset the field sync has to be done again.

File

./title.module, line 254

Code

function title_entitycache_reset($ids, $entity_type) {
  title_entity_sync_static_reset($entity_type, $ids);
}