function twitter_pull_flush_caches in Twitter Pull 7
Same name and namespace in other branches
- 6.2 twitter_pull.module \twitter_pull_flush_caches()
- 6 twitter_pull.module \twitter_pull_flush_caches()
- 7.2 twitter_pull.module \twitter_pull_flush_caches()
Implements hook_flush_caches().
File
- ./
twitter_pull.module, line 43 - Twitter Pull module.
Code
function twitter_pull_flush_caches() {
return array(
TWITTER_PULL_CACHE_TABLE,
);
}