public function CasPostValidateEvent::getCasPropertyBag in CAS 8
Same name and namespace in other branches
- 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\EventCode
public function getCasPropertyBag() {
return $this->casPropertyBag;
}