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