function ctools_ctools_plugin_type

Implements hook_ctools_plugin_type().

File

./ctools.module, line 770

Code

function ctools_ctools_plugin_type() {
    ctools_include('utility');
    $items = array();
    // Add all the plugins that have their own declaration space elsewhere.
    ctools_passthrough('ctools', 'plugin-type', $items);
    return $items;
}