public function CasPostLoginEvent::getAccount in CAS 8
Same name and namespace in other branches
- 2.x 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;
}