You are here

public function CasRedirectData::getCacheContexts in CAS 2.x

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

Get the cache contexts for the redirect response.

Return value

array The cache contexts.

File

src/CasRedirectData.php, line 240

Class

CasRedirectData
Provides tools to build the redirects.

Namespace

Drupal\cas

Code

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