SessionExampleForm::$cacheTagInvalidator

Same name in other branches
  1. 8.x-1.x session_example/src/Form/SessionExampleForm.php \Drupal\session_example\Form\SessionExampleForm::cacheTagInvalidator
  2. 4.0.x modules/session_example/src/Form/SessionExampleForm.php \Drupal\session_example\Form\SessionExampleForm::cacheTagInvalidator

The cache tag invalidator service.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface

File

modules/session_example/src/Form/SessionExampleForm.php, line 40

Class

SessionExampleForm
Form to allow the user to store information in their session.

Namespace

Drupal\session_example\Form

Code

protected $cacheTagInvalidator;