You are here

public function CasRedirectData::preventRedirection in CAS 2.x

Same name and namespace in other branches
  1. 8 src/CasRedirectData.php \Drupal\cas\CasRedirectData::preventRedirection()

Prevent Redirection form occuring (may still be foreced).

File

src/CasRedirectData.php, line 200

Class

CasRedirectData
Provides tools to build the redirects.

Namespace

Drupal\cas

Code

public function preventRedirection() {
  $this->willRedirect = FALSE;
}