public function CasPreUserLoadRedirectEvent::getServiceParameters in CAS 8
Same name and namespace in other branches
- 2.x 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\EventCode
public function getServiceParameters() {
return $this->serviceParameters;
}