Skip to content
Snippets Groups Projects
Commit 8cd0d86c authored by Alex Barth's avatar Alex Barth
Browse files

Renamed feeds_ctools_plugin_plugins() to feeds_ctools_plugin_type().

parent 681a5658
No related branches found
No related tags found
No related merge requests found
......@@ -292,14 +292,15 @@ function feeds_ctools_plugin_api($owner, $api) {
}
/**
* Implementation of hook_ctools_plugin_plugins().
*
* Psuedo hook defintion plugin system options and defaults.
* Implementation of hook_ctools_plugin_type().
*/
function feeds_ctools_plugin_plugins() {
function feeds_ctools_plugin_type() {
return array(
'cache' => TRUE,
'use hooks' => TRUE,
'plugins' => array(
'cache' => TRUE,
'use hooks' => TRUE,
'classes' => array('handler'),
),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment