You are here

function spaces_ctools_plugin_plugins in Spaces 6.3

Implementation of hook_ctools_plugin_plugins().

File

./spaces.module, line 98

Code

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