protected property ChainMatcher::$sortedMatchers

Array of RequestMatcherInterface objects, sorted.

Type: type

File

drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php, line 38
Definition of Drupal\Core\Routing\ChainMatcher.

Class

ChainMatcher
Aggregates multiple matchers together in series.

Namespace

Drupal\Core\Routing

Code

protected $sortedMatchers = array();