You are here

public function CasPreUserLoadRedirectEvent::getServiceParameters in CAS 2.x

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

Returns the CAS service parameters.

Return value

array The CAS service parameters.

File

src/Event/CasPreUserLoadRedirectEvent.php, line 104

Class

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

Namespace

Drupal\cas\Event

Code

public function getServiceParameters() {
  return $this->serviceParameters;
}