You are here

function boxes_ctools_plugin_plugins in Boxes 6

Implementation of hook_ctools_plugin_plugins().

File

./boxes.module, line 399

Code

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