You are here

function ldap_feeds_query_legend in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_feeds/ldap_feeds.module \ldap_feeds_query_legend()
  2. 7 ldap_feeds/ldap_feeds.module \ldap_feeds_query_legend()

Add additional data to mapping form for ldap query fetcher.

1 call to ldap_feeds_query_legend()
ldap_feeds_form_feeds_ui_mapping_form_alter in ldap_feeds/ldap_feeds.module
Show some sample ldap user data to help with mapping interface.

File

ldap_feeds/ldap_feeds.module, line 117

Code

function ldap_feeds_query_legend(&$form, $importer) {
  $source = feeds_source($importer->id);
  $fetcher = feeds_plugin('FeedsLdapQueryFetcher', $source->importer->id);
}