public function UserLoginEvent::__construct in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/user_event_dispatcher/src/Event/User/UserLoginEvent.php \Drupal\user_event_dispatcher\Event\User\UserLoginEvent::__construct()
UserLoginEvent constructor.
Parameters
\Drupal\Core\Session\AccountInterface $account: Account.
File
- modules/
user_event_dispatcher/ src/ Event/ User/ UserLoginEvent.php, line 28
Class
- UserLoginEvent
- Class UserLoginEvent.
Namespace
Drupal\user_event_dispatcher\Event\UserCode
public function __construct(AccountInterface $account) {
$this->account = $account;
}