You are here

function ctools_ctools_plugin_content_types in Chaos Tool Suite (ctools) 6

Implementation of hook_ctools_plugin_*.

Give information to CTools about the content types plugin.

File

includes/content.inc, line 17
Contains the tools to handle pluggable content that can be used by other applications such as Panels or Dashboard.

Code

function ctools_ctools_plugin_content_types() {
  return array(
    'cache' => FALSE,
    'process' => 'ctools_content_process',
  );
}