RequestMatcherTest::testIpv6 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
@dataProvider testIpv6Provider |
RequestMatcherTest::testHost |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
RequestMatcherTest::testPath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
PathMatcherTest::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
Constructor for UnitTestBase. |
CollectionTest::testMatching |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
@group DDC-1637 |
MatcherDumperTest::$fixtures |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
A collection of shared fixture data for tests. |
SearchNumberMatchingTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
Definition of Drupal\search\Tests\SearchNumberMatchingTest. |
LegacyUrlMatcher::setContext |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Sets the request context. |
LegacyUrlMatcher::getContext |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Gets the request context. |
LegacyUrlMatcher::setRequest |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Sets the request object to use. |
LegacyUrlMatcher::getRequest |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Gets the request object. |
MimeTypeMatcherTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
|
NestedMatcherTest::$fixtures |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/NestedMatcherTest.php |
A collection of shared fixture data for tests. |
MockPathMatcher::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockPathMatcher.php |
Construct the matcher given the route collection. |
MatcherDumperInterface::dump |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php |
Dumps a set of routes to a string representation of executable code
that can then be used to match a request against these routes. |
ApacheUrlMatcherTest::$server |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php |
|
TraceableUrlMatcherTest::test |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php |
|
RedirectableUrlMatcher::match |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php |
Tries to match a URL path with a set of routes. |
UrlMatcher::REQUIREMENT_MATCH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
search_simplify_excerpt_match |
function |
drupal/core/modules/search/search.module |
Find words in the original text that matched via search_simplify(). |
TraceableUrlMatcher::addTrace |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
RegisterMatchersPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterMatchersPass.php |
Adds services tagged 'chained_matcher' to the 'matcher' service. |
PartialMatcher::setCollection |
function |
drupal/core/lib/Drupal/Core/Routing/PartialMatcher.php |
Sets the route collection this matcher should use. |
ChainMatcher::$sortedMatchers |
property |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
Array of RequestMatcherInterface objects, sorted. |
Collection::getPregMatchValue |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Return a collection value for a match array of a preg_replace function |
MatcherDumperTest::testCreate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Confirms that the dumper can be instantiated successfuly. |
LegacyUrlMatcher::__construct |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Constructor. |
SearchMatchTest::testMatching |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
Test search indexing. |
SearchMatchTest::_testQueries |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
Run predefine queries looking for indexed terms. |
RedirectableUrlMatcherTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php |
|
RequestMatcher::matchAttribute |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Adds a check for request attribute. |
UrlMatcherTest::testDecodeOnce |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
ApacheUrlMatcherTest::tearDown |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php |
|
NestedMatcher::$sortedMatchers |
property |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Array of PartialMatcherInterface objects, sorted. |
NestedMatcher::$initialMatcher |
property |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
The initial matcher to match against. |
NestedMatcher::setFinalMatcher |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Sets the final matcher for the matching plan. |
TraceableUrlMatcher::getTraces |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
RequestMatcherTest::testMethod |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
RegisterNestedMatchersPass.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterNestedMatchersPass.php |
Contains Drupal\Core\DependencyInjection\Compiler\RegisterNestedMatchersPass. |
FirstEntryFinalMatcherTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php |
Definition of Drupal\system\Tests\Routing\NestedMatcherTest. |
MatcherDumperTest::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Constructor for UnitTestBase. |
LegacyUrlMatcher::matchRequest |
function |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
@api |
PhpMatcherDumperTest::testDump |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
@dataProvider getRouteCollections |
MimeTypeMatcherTest::$fixtures |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
A collection of shared fixture data for tests. |
ProjectUrlMatcher::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php |
Constructor. |
HttpMethodMatcherTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
|
ProjectUrlMatcher::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php |
Constructor. |
ProjectUrlMatcher::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php |
Constructor. |
NestedMatcherTest::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/NestedMatcherTest.php |
Constructor for UnitTestBase. |
PhpMatcherDumper::compileRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Compiles a single Route to PHP code used to match it against the path info. |