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\ProcessorCode
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');
}