function entitycache_update_7003 in Entity cache 7
Rebuild entity info cache and registry.
File
- ./
entitycache.install, line 63 - Schema and install hooks for the entitycache module.
Code
function entitycache_update_7003() {
registry_update();
entity_info_cache_clear();
}