You are here

public function CasRedirectData::getCacheTags in CAS 2.x

Same name and namespace in other branches
  1. 8 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
Provides tools to build the redirects.

Namespace

Drupal\cas

Code

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