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\EventCode
public function __construct(UserInterface $account) {
$this->account = $account;
}