You are here

function views_content_cache_ctools_plugin_plugins in Views content cache 6.2

Implementation of hook_ctools_plugin_plugins().

File

./views_content_cache.module, line 426
Views content cache cache.

Code

function views_content_cache_ctools_plugin_plugins() {
  return array(
    'cache' => TRUE,
    'use hooks' => TRUE,
  );
}