public function CasPreRegisterEvent::getCasPropertyBag in CAS 8
Same name and namespace in other branches
- 2.x src/Event/CasPreRegisterEvent.php \Drupal\cas\Event\CasPreRegisterEvent::getCasPropertyBag()
Return the CasPropertyBag of the event.
Return value
\Drupal\cas\CasPropertyBag The $casPropertyBag property.
File
- src/
Event/ CasPreRegisterEvent.php, line 77
Class
- CasPreRegisterEvent
- Class CasPreRegisterEvent.
Namespace
Drupal\cas\EventCode
public function getCasPropertyBag() {
return $this->casPropertyBag;
}