function content_flush_caches in Content Construction Kit (CCK) 6.3
Same name and namespace in other branches
- 6 content.module \content_flush_caches()
- 6.2 content.module \content_flush_caches()
Implementation of hook_flush_caches.
File
- ./
content.module, line 43 - Allows administrators to associate custom fields to content types.
Code
function content_flush_caches() {
return array(
content_cache_tablename(),
);
}