You are here

public function UserLoginEvent::getAccount in Hook Event Dispatcher 8

Get the account.

Return value

\Drupal\Core\Session\AccountInterface Account.

File

src/Event/User/UserLoginEvent.php, line 38

Class

UserLoginEvent
Class UserLoginEvent.

Namespace

Drupal\hook_event_dispatcher\Event\User

Code

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