You are here

function content_flush_caches in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 content.module \content_flush_caches()
  2. 6 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(),
  );
}