You are here

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

Constructor.

Parameters

\Drupal\user\UserInterface $account: Account.

File

ldap_user/src/Event/LdapUserLoginEvent.php, line 38

Class

LdapUserLoginEvent
LDAP User login event.

Namespace

Drupal\ldap_user\Event

Code

public function __construct(UserInterface $account) {
  $this->account = $account;
}