You are here

protected property NestedMatcher::$routeProvider in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/NestedMatcher/NestedMatcher.php \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher::routeProvider

The route provider responsible for the first-pass match.

Type: RouteProviderInterface

File

vendor/symfony-cmf/routing/NestedMatcher/NestedMatcher.php, line 40

Class

NestedMatcher
A more flexible approach to matching. The route collection to match against can be dynamically determined based on the request and users can inject their own filters or use a custom final matching strategy.

Namespace

Symfony\Cmf\Component\Routing\NestedMatcher

Code

protected $routeProvider;