You are here

public function FeedsLdapEntryParser::configDefaults in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_feeds/FeedsLdapEntryParser.inc \FeedsLdapEntryParser::configDefaults()
  2. 7.2 ldap_feeds/FeedsLdapEntryParser.inc \FeedsLdapEntryParser::configDefaults()

Override parent::configDefaults().

File

ldap_feeds/FeedsLdapEntryParser.inc, line 100
Provides the Parser for an ldap entry array.

Class

FeedsLdapEntryParser
@file

Code

public function configDefaults() {

  /** removed until design decisions on multivalued attributes are made
      return array(
        'multivalued' => LDAP_FEEDS_QUERY_FETCHER_MULTI_DEFAULT,
      );

    */
  return array();
}