function cms_news_ctools_plugin_api in Glazed CMS News 7
Implements hook_ctools_plugin_api().
File
- ./
cms_news.features.inc, line 10 - cms_news.features.inc
Code
function cms_news_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "strongarm" && $api == "strongarm") {
return array(
"version" => "1",
);
}
}