protected property ChainMatcher::$matchers

Array of RequestMatcherInterface objects to be checked in order.

Type: array

File

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

Class

ChainMatcher
Aggregates multiple matchers together in series.

Namespace

Drupal\Core\Routing

Code

protected $matchers = array();