You are here

public function CasRedirectData::setCacheTags in CAS 8

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

Set the cache tags that will be added to the redirect response.

Parameters

array $cache_tags: The cache tags.

File

src/CasRedirectData.php, line 210

Class

CasRedirectData
Class CasRedirectData.

Namespace

Drupal\cas

Code

public function setCacheTags(array $cache_tags) {
  $this->cacheTags = $cache_tags;
}