protected property RouteProvider::$serializedRoutes in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Routing/RouteProvider.php \Drupal\Core\Routing\RouteProvider::serializedRoutes
A cache of already-loaded serialized routes, keyed by route name.
Type: string[]
File
- core/
lib/ Drupal/ Core/ Routing/ RouteProvider.php, line 59
Class
- RouteProvider
- A Route Provider front-end for all Drupal-stored routes.
Namespace
Drupal\Core\RoutingCode
protected $serializedRoutes = [];