function entityconnect_flush_caches in Entity connect 7
Same name and namespace in other branches
- 7.2 entityconnect.module \entityconnect_flush_caches()
Implements hook_flush_caches().
File
- ./
entityconnect.module, line 154 - Handles the main hooks used by entityconnect.
Code
function entityconnect_flush_caches() {
return array(
'cache_entityconnect',
);
}