TraceableUrlMatcher::matchCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
Tries to match a URL with a set of routes. |
EnsureFilterWorkerTest::testNonMatch |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php |
|
FirstEntryFinalMatcher::matchRequest |
function |
drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php |
Implements Drupal\Core\Routing\FinalMatcherInterface::matchRequest(). |
RequestMatcherTest::testIpv4Provider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
RequestMatcherTest::testIpv6Provider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
CollectionTest::testMatchingOrdering |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
@group DDC-1637 |
PathMatcherTest::testSystemPathMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
Confirms that system_path attribute overrides request path. |
SearchNumberMatchingTest::$test_user |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
|
SerializerTest::testNormalizeNoMatch |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
PngoutFilter::STRATEGY_LONGEST_MATCH |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php |
|
NestedMatcherTest::testNestedMatcher |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/NestedMatcherTest.php |
Confirms we can nest multiple partial matchers. |
MockPathMatcher::matchRequestPartial |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockPathMatcher.php |
Matches a request against multiple routes. |
UrlMatcherTest::testNoMethodSoAllowed |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
UrlMatcherTest::testMatchWithPrefixes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
UrlMatcherTest::testSchemeRequirement |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
@expectedException Symfony\Component\Routing\Exception\ResourceNotFoundException |
RequestMatcherInterface::matchRequest |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php |
Tries to match a request with a set of routes. |
UpdateCoreTest::testDatestampMismatch |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Ensures proper results where there are date mismatches among modules. |
FirstEntryFinalMatcher::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php |
Sets the route collection this matcher should use. |
FirstEntryFinalMatcher::mergeDefaults |
function |
drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php |
Get merged default parameters. |
PathMatcherTest::testOutlinePathMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
Confirms that we can find routes whose pattern would match the request. |
FirstEntryFinalMatcherTest::$fixtures |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php |
A collection of shared fixture data for tests. |
ChainMatcherTest::testRequestNotFound |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php |
Confirms that the expected exception is thrown. |
MimeTypeMatcherTest::testFilterRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms that the MimeType matcher matches properly. |
MimeTypeMatcherTest::testNoRouteFound |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms that the MimeTypeMatcher matcher throws an exception for no-route. |
PhpMatcherDumper::generateMatchMethod |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Generates the code for the match method implementing UrlMatcherInterface. |
PartialMatcherInterface::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/PartialMatcherInterface.php |
Sets the route collection this matcher should use. |
HttpMethodMatcher::matchRequestPartial |
function |
drupal/core/lib/Drupal/Core/Routing/HttpMethodMatcher.php |
Matches a request against multiple routes. |
PathMatcherTest::testCandidateOutlines |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
Confirms that the correct candidate outlines are generated. |
ChainMatcherTest::testMethodNotAllowed |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php |
Confirms that the expected exception is thrown. |
ApacheMatcherDumperTest::$fixturesPath |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
MimeTypeMatcherTest::testNestedMatcher |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms we can nest multiple partial matchers. |
SerializerTest::testDenormalizeNoMatch |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
RouterListenerTest::testInvalidMatcher |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
@expectedException \InvalidArgumentException |
RouterListenerTest::testRequestMatcher |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
NestedMatcherInterface::setFinalMatcher |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcherInterface.php |
Sets the final matcher for the matching plan. |
PathMatcherTest::testOutlinePathNoMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
Confirms that an exception is thrown when no matching path is found. |
FirstEntryFinalMatcherTest::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php |
Constructor for UnitTestBase. |
HttpMethodMatcherTest::testFilterRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
Confirms that the HttpMethod matcher matches properly. |
HttpMethodMatcherTest::testNoRouteFound |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
Confirms that the HttpMethod matcher throws an exception for no-route. |
UrlMatcherTest::testMatchOverriddenRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
HttpMethodMatcherTest::testNestedMatcher |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
Confirms we can nest multiple partial matchers. |
PhpMatcherDumper::countDirectChildRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Counts the number of routes as direct child of the RouteCollection. |
NestedMatcherInterface::setInitialMatcher |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcherInterface.php |
Sets the first matcher for the matching plan. |
NestedMatcherInterface::addPartialMatcher |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcherInterface.php |
Adds a partial matcher to the matching plan. |
RedirectableUrlMatcherInterface::redirect |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php |
Redirects the user to another URL. |
TraceableUrlMatcher::ROUTE_DOES_NOT_MATCH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
TraceableUrlMatcher::ROUTE_ALMOST_MATCHES |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
ApacheMatcherDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
PhpMatcherDumperTest::getRouteCollections |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
|
UrlMatcherTest::testMatchWithDynamicPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|