function sweaver_ctools_plugin_api in Sweaver 6
Same name and namespace in other branches
- 7 sweaver.module \sweaver_ctools_plugin_api()
Implementation of hook_ctools_plugin_api().
File
- ./
sweaver.module, line 64 - Sweaver functions.
Code
function sweaver_ctools_plugin_api($owner, $api) {
if ($owner == 'sweaver' && ($api == 'sweaver' || $api == 'plugins')) {
return array(
'version' => 1,
);
}
}