public function UserLogoutEvent::getAccount in Hook Event Dispatcher 8
Get the account.
Return value
\Drupal\Core\Session\AccountInterface Account.
File
- src/
Event/ User/ UserLogoutEvent.php, line 38
Class
- UserLogoutEvent
- Class UserLogoutEvent.
Namespace
Drupal\hook_event_dispatcher\Event\UserCode
public function getAccount() {
return $this->account;
}