You are here

private property CacheInvalidator::$invalidator in Decoupled Router 8

Same name and namespace in other branches
  1. 2.x src/CacheInvalidator.php \Drupal\decoupled_router\CacheInvalidator::invalidator

The invalidator.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface

File

src/CacheInvalidator.php, line 27

Class

CacheInvalidator
Invalidates decoupled router cache entries based on path events.

Namespace

Drupal\decoupled_router

Code

private $invalidator;