RequestMatcher::$ip |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
|
UrlMatcherInterface |
interface |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php |
UrlMatcherInterface is the interface that all URL matcher classes must implement. |
UrlMatcher::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
TraceableUrlMatcher |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
TraceableUrlMatcher helps debug path info matching by tracing the match. |
MatcherDumper::dump |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Dumps a set of routes to the router table in the database. |
MimeTypeMatcher.php |
file |
drupal/core/lib/Drupal/Core/Routing/MimeTypeMatcher.php |
Contains Drupal\Core\Routing\MimeTypeMatcher. |
PathMatcherTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
Definition of Drupal\system\Tests\Routing\PartialMatcherTest. |
MockPathMatcher.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockPathMatcher.php |
|
SearchMatchTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
Definition of Drupal\search\Tests\SearchMatchTest. |
MimeTypeMatcherTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Basic tests for the MimeTypeMatcher class. |
DocParser::matchAny |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Attempts to match the current lookahead token with any of the given tokens. |
ApacheMatcherDumper |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php |
Dumps a set of Apache mod_rewrite rules. |
PhpMatcherDumper.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
|
ApacheUrlMatcherTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php |
|
Store::requestsMatch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
Determines whether two Request HTTP header sets are non-varying based on
the vary response header value provided. |
ApacheUrlMatcher.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php |
|
UrlMatcher::$context |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
RegisterMatchersPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterMatchersPass.php |
Adds services tagged 'chained_matcher' to the 'matcher' service. |
LegacyUrlMatcher.php |
file |
drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php |
Definition of Drupal\Core\LegacyUrlMatcher. |
ChainMatcherTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php |
Definition of Drupal\system\Tests\Routing\ChainMatcherTest. |
Selectable::matching |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php |
Select all elements from a selectable that match the expression and
return a new collection containing these elements. |
MatchPathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
Sets up a Drupal site for running functional and integration tests. |
PhpMatcherDumperTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
|
RequestMatcher::$path |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
|
RequestMatcher::$host |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
|
SearchQuery::$matches |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Indicates how many matches for a search query are necessary. |
FinalMatcherInterface |
interface |
drupal/core/lib/Drupal/Core/Routing/FinalMatcherInterface.php |
A FinalMatcher returns only one route from a collection of candidate routes. |
MatcherDumper::getFit |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Determines the fitness of the provided path. |
MatcherDumperTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Definition of Drupal\system\Tests\Routing\UrlMatcherDumperTest. |
HttpMethodMatcher.php |
file |
drupal/core/lib/Drupal/Core/Routing/HttpMethodMatcher.php |
Definition of Drupal\Core\Routing\HttpMethodMatcher. |
NestedMatcherTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/NestedMatcherTest.php |
Definition of Drupal\system\Tests\Routing\NestedMatcherTest. |
MatchPathTest::$front |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
|
MockMatcher::$matcher |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockMatcher.php |
The matcher being tested. |
HttpMethodMatcherTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php |
Basic tests for the HttpMethodMatcher class. |
RedirectableUrlMatcher |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php |
@author Fabien Potencier <fabien@symfony.com> |
RedirectableUrlMatcher |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php |
@author Fabien Potencier <fabien@symfony.com> |
NestedMatcherInterface |
interface |
drupal/core/lib/Drupal/Core/Routing/NestedMatcherInterface.php |
A NestedMatcher allows for multiple-stage resolution of a route. |
UrlMatcher::setContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Sets the request context. |
UrlMatcher::getContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Gets the request context. |
FirstEntryFinalMatcher |
class |
drupal/core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php |
Final matcher that simply returns the first item in the remaining routes. |
MatcherDumper::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
The routes to be dumped. |
ChainMatcher::$context |
property |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
The request context for this matcher. |
MatchPathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
|
RequestMatcherTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
MatcherDumper::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php |
|
PhpMatcherDumper::dump |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Dumps a set of routes to a PHP class. |
MatcherDumperInterface |
interface |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php |
MatcherDumperInterface is the interface that all matcher dumper classes must implement. |
ApacheMatcherDumper.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php |
|
RequestMatcher::matchIp |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Adds a check for the client IP. |
RequestMatcher::matches |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
@api |