public function CasPostLoginEvent::getAccount in CAS 2.x
Same name and namespace in other branches
- 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\EventCode
public function getAccount() {
return $this->account;
}