public function CasRedirectData::preventRedirection in CAS 8
Same name and namespace in other branches
- 2.x src/CasRedirectData.php \Drupal\cas\CasRedirectData::preventRedirection()
Prevent Redirection form occuring (may still be foreced).
File
- src/
CasRedirectData.php, line 200
Class
- CasRedirectData
- Class CasRedirectData.
Namespace
Drupal\casCode
public function preventRedirection() {
$this->willRedirect = FALSE;
}