You are here

public function DrupalUserProcessor::reset in Lightweight Directory Access Protocol (LDAP) 8.4

Resets the processor so that it can be used for additional queries.

File

ldap_user/src/Processor/DrupalUserProcessor.php, line 812

Class

DrupalUserProcessor
Handles processing of a user from LDAP to Drupal.

Namespace

Drupal\ldap_user\Processor

Code

public function reset() : void {
  $this->account = NULL;
  $this->ldapEntry = NULL;
}