You are here

public function CasPreUserLoadRedirectEvent::getPropertyBag in CAS 8

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

Returns the CAS property bag.

Return value

\Drupal\cas\CasPropertyBag The the CAS property bag.

File

src/Event/CasPreUserLoadRedirectEvent.php, line 84

Class

CasPreUserLoadRedirectEvent
Allows third-party code to inject user interaction into the flow.

Namespace

Drupal\cas\Event

Code

public function getPropertyBag() {
  return $this->propertyBag;
}