You are here

public function CasPostValidateEvent::getCasPropertyBag in CAS 8

Same name and namespace in other branches
  1. 2.x src/Event/CasPostValidateEvent.php \Drupal\cas\Event\CasPostValidateEvent::getCasPropertyBag()

Returns the CasPropertyBag object.

Return value

\Drupal\cas\CasPropertyBag The property bag

File

src/Event/CasPostValidateEvent.php, line 53

Class

CasPostValidateEvent
Event fired after CAS validation happens.

Namespace

Drupal\cas\Event

Code

public function getCasPropertyBag() {
  return $this->casPropertyBag;
}