You are here

protected property RouteProvider::$cacheTagInvalidator in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/RouteProvider.php \Drupal\Core\Routing\RouteProvider::cacheTagInvalidator

The cache tag invalidator.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface

File

core/lib/Drupal/Core/Routing/RouteProvider.php, line 78

Class

RouteProvider
A Route Provider front-end for all Drupal-stored routes.

Namespace

Drupal\Core\Routing

Code

protected $cacheTagInvalidator;