You are here

service simple_ldap.server in Simple LDAP 8

Class

Drupal\simple_ldap\SimpleLdapServer
10 string references to simple_ldap.server
SimpleLdapConnection::__construct in src/SimpleLdapConnection.php
Constructs a SimpleLdapConnection.
SimpleLdapServer::__construct in src/SimpleLdapServer.php
Constructs a SimpleLdapServer.
SimpleLdapServerSettingsForm::buildForm in src/Form/SimpleLdapServerSettingsForm.php
Form constructor.
SimpleLdapServerSettingsForm::getBindStatus in src/Form/SimpleLdapServerSettingsForm.php
Helper function that returns a message about the status of the connection.
SimpleLdapServerSettingsForm::getEditableConfigNames in src/Form/SimpleLdapServerSettingsForm.php
Gets the configuration names that will be editable.

... See full list

File

./simple_ldap.services.yml
simple_ldap.services.yml

View source
  1. class: Drupal\simple_ldap\SimpleLdapServer
  2. arguments:
  3. - '@config.factory'
  4. - '@simple_ldap.ldap_wrapper'