FinalMatcherInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/FinalMatcherInterface.php |
A FinalMatcher returns only one route from a collection of candidate routes. |
UrlMatcher::finalMatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/UrlMatcher.php |
Matches a request against a route collection and returns exactly one result. |
UrlMatcher::finalMatch |
function |
drupal/core/lib/Drupal/Core/Routing/UrlMatcher.php |
Matches a request against a route collection and returns exactly one result. |
FinalMatcherInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/FinalMatcherInterface.php |
|
NestedMatcher::$finalMatcher |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php |
The final matcher. |
NestedMatcher::setFinalMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php |
Sets the final matcher for the matching plan. |
NestedMatcherTest::$finalMatcher |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherTest.php |
|
FinalMatcherInterface::finalMatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/FinalMatcherInterface.php |
Matches a request against a route collection and returns exactly one result. |