You are here

protected property RouteEnhancerCollectorTrait::$sortedEnhancers in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/Routing/RouteEnhancerCollectorTrait.php \Drupal\page_manager\Routing\RouteEnhancerCollectorTrait::sortedEnhancers

Cached sorted list of enhancers

Type: \Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface[]

File

src/Routing/RouteEnhancerCollectorTrait.php, line 29
Contains \Drupal\page_manager\Routing\RouteEnhancerCollectorTrait.

Class

RouteEnhancerCollectorTrait
Provides a trait to make a service a collector of route enhancers.

Namespace

Drupal\page_manager\Routing

Code

protected $sortedEnhancers = array();