You are here

public function FeedsLdapEntryParser::configForm in Lightweight Directory Access Protocol (LDAP) 8.2

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

Override parent::configForm().

File

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

Class

FeedsLdapEntryParser
@file

Code

public function configForm(&$form_state) {
  $form = array();
  return $form;
}