You are here

public function CasRedirectData::willRedirect in CAS 2.x

Same name and namespace in other branches
  1. 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\cas

Code

public function willRedirect() {
  return $this->willRedirect;
}