function tokenauth_ctools_plugin_api in Token authentication 6
Same name and namespace in other branches
- 7 tokenauth.module \tokenauth_ctools_plugin_api()
Implementation of hook_ctools_plugin_api().
File
- ./
tokenauth.module, line 210
Code
function tokenauth_ctools_plugin_api($module, $api) {
if ($module == 'context' && $api == 'plugins') {
return array(
'version' => 3,
);
}
}