You are here

public function DrupalUserProcessor::getUserAccount in Lightweight Directory Access Protocol (LDAP) 8.3

Same name and namespace in other branches
  1. 8.4 ldap_user/src/Processor/DrupalUserProcessor.php \Drupal\ldap_user\Processor\DrupalUserProcessor::getUserAccount()

Get the user account.

Return value

\Drupal\user\Entity\User User account.

File

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

Class

DrupalUserProcessor
Handles processing of a user from LDAP to Drupal.

Namespace

Drupal\ldap_user\Processor

Code

public function getUserAccount() {
  return $this->account;
}