You are here

public function CasRedirectData::getCacheTags in CAS 8

Same name and namespace in other branches
  1. 2.x src/CasRedirectData.php \Drupal\cas\CasRedirectData::getCacheTags()

Get the cache tags for the redirect response.

Return value

array The cache tags.

File

src/CasRedirectData.php, line 220

Class

CasRedirectData
Class CasRedirectData.

Namespace

Drupal\cas

Code

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