function feeds_news_ctools_plugin_api in Feeds 7.2
Same name and namespace in other branches
- 8.2 feeds_news/feeds_news.features.inc \feeds_news_ctools_plugin_api()
- 6 feeds_news/feeds_news.features.inc \feeds_news_ctools_plugin_api()
- 7 feeds_news/feeds_news.features.inc \feeds_news_ctools_plugin_api()
Implements hook_ctools_plugin_api().
File
- feeds_news/
feeds_news.features.inc, line 11 - feeds_news.features.inc
Code
function feeds_news_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "feeds" && $api == "feeds_importer_default") {
return array(
"version" => "1",
);
}
}