You are here

public function CasRedirectData::forceRedirection in CAS 8

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

Force the redirection to occur (may still be prevented).

File

src/CasRedirectData.php, line 193

Class

CasRedirectData
Class CasRedirectData.

Namespace

Drupal\cas

Code

public function forceRedirection() {
  $this->willRedirect = TRUE;
}