public function FeedsLdapEntryParser::sourceDefaults in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_feeds/FeedsLdapEntryParser.inc \FeedsLdapEntryParser::sourceDefaults()
- 7.2 ldap_feeds/FeedsLdapEntryParser.inc \FeedsLdapEntryParser::sourceDefaults()
File
- ldap_feeds/
FeedsLdapEntryParser.inc, line 137 - Provides the Parser for an ldap entry array.
Class
- FeedsLdapEntryParser
- @file
Code
public function sourceDefaults() {
return array();
}