You are here

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

Constructor.

Parameters

\Drupal\user\UserInterface $account: Account.

File

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

Class

LdapUserUpdatedEvent
LDAP User updated event.

Namespace

Drupal\ldap_user\Event

Code

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