protected property NestedMatcher::$sortedMatchers

Array of PartialMatcherInterface objects, sorted.

Type: type

File

drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php, line 37
Definition of Drupal\Core\Routing\NestedMatcher.

Class

NestedMatcher
The nested matcher layers multiple partial matchers together.

Namespace

Drupal\Core\Routing

Code

protected $sortedMatchers = array();