You are here

function context_ctools_plugin_plugins in Context 6.3

Implementation of hook_ctools_plugin_plugins().

File

./context.module, line 135

Code

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