ApacheUrlMatcherTest::testMatch |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php |
@dataProvider getMatchData |
NestedMatcher::$partialMatchers |
property |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
An array of PartialMatchers. |
RedirectableUrlMatcherInterface |
interface |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php |
RedirectableUrlMatcherInterface knows how to redirect the user. |
FirstEntryFinalMatcher::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php |
The RouteCollection this matcher should match against. |
SearchNumberMatchingTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
Sets up a Drupal site for running functional and integration tests. |
PhpMatcherDumper::compileRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Generates PHP code recursively to match a RouteCollection with all child routes and child collections. |
RequestMatcherInterface::matches |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php |
Decides whether the rule(s) implemented by the strategy matches the supplied request. |
NestedMatcher::addPartialMatcher |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Adds a partial matcher to the matching plan. |
NestedMatcher::setInitialMatcher |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Sets the first matcher for the matching plan. |
RedirectableUrlMatcher::redirect |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php |
Redirects the user to another URL. |
UrlMatcher::REQUIREMENT_MISMATCH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
PathMatcher::matchRequestPartial |
function |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
Matches a request against multiple routes. |
SearchNumberMatchingTest::$nodes |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
|
MatcherDumperTest::testAddRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Confirms that we can add routes to the dumper. |
MimeTypeMatcherTest::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Constructor for UnitTestBase. |
HttpMethodMatcherTest::$fixtures |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
A collection of shared fixture data for tests. |
UrlMatcherTest::testMatchNonAlpha |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
NestedMatcher::getPartialMatchers |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Sorts the matchers and flattens them. |
EnsureFilterWorkerTest::testMatch |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php |
|
PathMatcher::getCandidateOutlines |
function |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
Returns an array of path pattern outlines that could match the path parts. |
CollectionTest::testMatchingSlice |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
@group DDC-1637 |
SearchNumberMatchingTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
|
LegacyUrlMatcher::matchDrupalItem |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Get a Drupal menu item. |
ApacheMatcherDumperTest::testDump |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
SearchMatchTest::_testQueryScores |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
Test the scoring abilities of the engine. |
MatcherDumperInterface::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php |
Gets the routes to dump. |
ApacheUrlMatcherTest::getMatchData |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php |
|
TraceableUrlMatcherTest::getLevels |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php |
|
FileFieldPathTest::assertPathMatch |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php |
Asserts that a file is uploaded to the right location. |
TraceableUrlMatcher::ROUTE_MATCHES |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
RequestMatcherTest::testAttributes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
MatchPathTest::testDrupalMatchPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
Run through our test cases, making sure each one works as expected. |
SearchNumberMatchingTest::$numbers |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
|
ChainMatcherTest::testRequestFound |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php |
Confirms that the expected exception is thrown. |
HttpMethodMatcherTest::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
Constructor for UnitTestBase. |
UrlMatcherTest::testMatchRegression |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
UrlMatcherTest::testMatchingIsEager |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
RedirectableUrlMatcherInterface.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php |
|
FinalMatcherInterface::matchRequest |
function |
drupal/core/lib/Drupal/Core/Routing/FinalMatcherInterface.php |
Matches a request against multiple routes. |
UrlMatcher::handleRouteRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Handles specific route requirements. |
RegisterNestedMatchersPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterNestedMatchersPass.php |
Adds services tagged 'nested_matcher' to the tagged_matcher service. |
CollectionTest::fillMatchingFixture |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
PathMatcherTest::testExactPathMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
Confirms that we can find routes with the exact incoming path. |
MatchPathTest::drupalMatchPathTests |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
Helper function for testDrupalMatchPath(): set up an array of test cases. |
FirstEntryFinalMatcherTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php |
|
LegacyUrlMatcher::convertDrupalItem |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Converts a Drupal menu item to a route array. |
SearchMatchTest::_testQueryMatching |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
Test the matching abilities of the engine. |
UrlMatcherTest::testMethodNotAllowed |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
MimeTypeMatcher::matchRequestPartial |
function |
drupal/core/lib/Drupal/Core/Routing/MimeTypeMatcher.php |
Matches a request against multiple routes. |
FinalMatcherInterface::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/FinalMatcherInterface.php |
Sets the route collection this matcher should use. |