You are here

function sweaver_ctools_plugin_plugins in Sweaver 6

Implementation of hook_ctools_plugin_plugins().

File

./sweaver.module, line 73
Sweaver functions.

Code

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