You are here

protected property LazyRouteEnhancer::$serviceIds in Zircon Profile 8.0

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

Array of enhancers service IDs.

Type: array

File

core/lib/Drupal/Core/Routing/LazyRouteEnhancer.php, line 34
Contains \Drupal\Core\Routing\LazyRouteEnhancer.

Class

LazyRouteEnhancer
A route enhancer which lazily loads route enhancers, depending on the route.

Namespace

Drupal\Core\Routing

Code

protected $serviceIds = [];