protected property FirstEntryFinalMatcher::$routes

The RouteCollection this matcher should match against.

Type: RouteCollection

File

drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php, line 26
Definition of Drupal\Core\Routing\FirstEntryFinalMatcher.

Class

FirstEntryFinalMatcher
Final matcher that simply returns the first item in the remaining routes.

Namespace

Drupal\Core\Routing

Code

protected $routes;