|
ChainRouter::matchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Loops through all routes and tries to match the passed request. |
|
MockMatcher::matchRequest |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockMatcher.php |
Implements \Symfony\Component\Routing\Matcher\RequestMatcherInterface::matchRequest(). |
|
DynamicRouter::matchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Tries to match a request with a set of routes and returns the array of
information for that route. |
|
NestedMatcher::matchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php |
Tries to match a request with a set of routes. |
|
LegacyUrlMatcher::matchRequest |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
@api |
|
ChainRouterTest::testMatchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
The first usable match is used, no further routers are queried once a match is found |
|
DynamicRouterTest::testMatchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
RequestMatcherInterface::matchRequest |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php |
Tries to match a request with a set of routes. |
|
ChainRouterTest::testMatchRequestNotFound |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
|
DynamicRouterTest::testMatchRequestFilter |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
|
ChainRouterTest::testMatchRequestAndNotAllowed |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
If there is a method not allowed but another router matches, that one is used |
|
ChainRouterTest::testMatchRequestMethodNotAllowed |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
If any of the routers throws a not allowed exception and no other matches, we need to see this |
|
DynamicRouterTest::testMatchRequestWithUrlMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|