function spaces_user_ctools_plugin_api in Spaces 6.3
Same name and namespace in other branches
- 7.3 spaces_user/spaces_user.module \spaces_user_ctools_plugin_api()
- 7 spaces_user/spaces_user.module \spaces_user_ctools_plugin_api()
Implementation of hook_ctools_plugin_api().
File
- spaces_user/
spaces_user.module, line 26
Code
function spaces_user_ctools_plugin_api($module, $api) {
if ($module == 'spaces' && $api == 'plugins') {
return array(
'version' => 3,
);
}
}