You are here

protected property CasRedirectData::$cacheTags in CAS 2.x

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

Cache tags to apply to cachable redirect responses.

Type: array

File

src/CasRedirectData.php, line 43

Class

CasRedirectData
Provides tools to build the redirects.

Namespace

Drupal\cas

Code

protected $cacheTags = [
  'config:cas.settings',
];