You are here

function content_flush_caches in Content Construction Kit (CCK) 6

Same name and namespace in other branches
  1. 6.3 content.module \content_flush_caches()
  2. 6.2 content.module \content_flush_caches()

Implementation of hook_flush_caches.

File

./content.module, line 62
Allows administrators to associate custom fields to content types.

Code

function content_flush_caches() {
  return array(
    content_cache_tablename(),
  );
}