You are here

protected property RouteProvider::$extraCacheKeyParts in Drupal 9

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

An array of cache key parts to be used for the route match cache.

Type: string[]

File

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

Class

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

Namespace

Drupal\Core\Routing

Code

protected $extraCacheKeyParts = [];