public function CasRedirectData::willRedirect in CAS 2.x
Same name and namespace in other branches
- 8 src/CasRedirectData.php \Drupal\cas\CasRedirectData::willRedirect()
Check if a redirect is be allowed.
Return value
bool TRUE implies that a redirectwill occur. FALSE implies that no redirect will occur.
File
- src/
CasRedirectData.php, line 186
Class
- CasRedirectData
- Provides tools to build the redirects.
Namespace
Drupal\casCode
public function willRedirect() {
return $this->willRedirect;
}