You are here

public function CasPostLoginEvent::getAccount in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Event/CasPostLoginEvent.php \Drupal\cas\Event\CasPostLoginEvent::getAccount()

Return the user account entity.

Return value

\Drupal\user\UserInterface The user account entity.

File

src/Event/CasPostLoginEvent.php, line 62

Class

CasPostLoginEvent
Class CasPostLoginEvent.

Namespace

Drupal\cas\Event

Code

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