You are here

public function TokenProcessor::__construct in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_servers/src/Processor/TokenProcessor.php \Drupal\ldap_servers\Processor\TokenProcessor::__construct()

File

ldap_servers/src/Processor/TokenProcessor.php, line 68

Class

TokenProcessor
Helper to manage LDAP tokens and process their content.

Namespace

Drupal\ldap_servers\Processor

Code

public function __construct(LdapDetailLog $ldap_detail_log) {
  $this->detailLog = $ldap_detail_log;
}