You are here

function feeds_ctools_plugin_plugins in Feeds 6

Implementation of hook_ctools_plugin_plugins().

Psuedo hook defintion plugin system options and defaults.

Related topics

File

./feeds.module, line 308
Feeds - basic API functions and hook implementations.

Code

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