function ldap_feeds_ctools_plugin_api in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_feeds/ldap_feeds.module \ldap_feeds_ctools_plugin_api()
Implements hook_ctools_plugin_api().
File
- ldap_feeds/
ldap_feeds.module, line 6
Code
function ldap_feeds_ctools_plugin_api($owner, $api) {
if ($owner == 'feeds' && $api == 'plugins') {
return array(
'version' => 1,
);
}
}