You are here

service ldap.query in Lightweight Directory Access Protocol (LDAP) 8.4

Class

Drupal\ldap_query\Controller\QueryController
3 string references to ldap.query
LdapQuery::execute in ldap_query/src/Plugin/views/query/LdapQuery.php
Execute the query.
QueryTestForm::create in ldap_query/src/Form/QueryTestForm.php
Instantiates a new instance of this class.
VariableAttributeCustomization::buildOptionsForm in ldap_query/src/Plugin/views/VariableAttributeCustomization.php

File

ldap_query/ldap_query.services.yml
ldap_query/ldap_query.services.yml

View source
  1. class: Drupal\ldap_query\Controller\QueryController
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@ldap.bridge'
  5. - '@logger.channel.ldap_servers'