You are here

public function LdapUserProcessor::__construct in Lightweight Directory Access Protocol (LDAP) 8.3

Constructor.

File

ldap_user/src/Processor/LdapUserProcessor.php, line 43

Class

LdapUserProcessor
Processor for LDAP provisioning.

Namespace

Drupal\ldap_user\Processor

Code

public function __construct() {
  $this->config = \Drupal::config('ldap_user.settings')
    ->get();
  $this->detailLog = \Drupal::service('ldap.detail_log');
  $this->tokenProcessor = \Drupal::service('ldap.token_processor');
}