You are here

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

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

File

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

Class

TokenProcessor
Helper to manage LDAP tokens and process their content.

Namespace

Drupal\ldap_servers\Processor

Code

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