public function CasRedirectData::forceRedirection in CAS 8
Same name and namespace in other branches
- 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\casCode
public function forceRedirection() {
  $this->willRedirect = TRUE;
}