You are here

public function UserCancelEvent::getAccount in Hook Event Dispatcher 8

Get the account.

Return value

\Drupal\Core\Session\AccountInterface Account.

File

src/Event/User/UserCancelEvent.php, line 68

Class

UserCancelEvent
Class UserCancelEvent.

Namespace

Drupal\hook_event_dispatcher\Event\User

Code

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