public function CasRedirectData::getCacheContexts in CAS 8
Same name and namespace in other branches
- 2.x 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
- Class CasRedirectData.
Namespace
Drupal\casCode
public function getCacheContexts() {
return $this->cacheContexts;
}