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