public function CasPreUserLoadRedirectEvent::getRedirectResponse in CAS 8
Same name and namespace in other branches
- 2.x src/Event/CasPreUserLoadRedirectEvent.php \Drupal\cas\Event\CasPreUserLoadRedirectEvent::getRedirectResponse()
Returns the HTTP redirect response.
Return value
\Symfony\Component\HttpFoundation\RedirectResponse|null The HTTP redirect response or NULL, if none was set.
File
- src/
Event/ CasPreUserLoadRedirectEvent.php, line 130
Class
- CasPreUserLoadRedirectEvent
- Allows third-party code to inject user interaction into the flow.
Namespace
Drupal\cas\EventCode
public function getRedirectResponse() {
return $this->redirectResponse;
}