RequestMatcher::checkIp |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Validates an IP address. |
RequestMatcherInterface |
interface |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php |
RequestMatcherInterface is an interface for strategies to match a Request. |
TraceableUrlMatcherTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php |
|
NestedMatcher::$context |
property |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
The request context. |
ApacheUrlMatcher::match |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php |
Tries to match a URL based on Apache mod_rewrite matching. |
RequestMatcherInterface |
interface |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php |
RequestMatcherInterface is the interface that all request matcher classes must implement. |
UrlMatcherInterface.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php |
|
TraceableUrlMatcher.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
UrlMatcher::ROUTE_MATCH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
UrlMatcher::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Constructor. |
InitialMatcherInterface |
interface |
drupal/core/lib/Drupal/Core/Routing/InitialMatcherInterface.php |
A PartialMatcher works like a UrlMatcher, but will return multiple candidate routes. |
PartialMatcherInterface |
interface |
drupal/core/lib/Drupal/Core/Routing/PartialMatcherInterface.php |
A PartialMatcher works like a UrlMatcher, but will return multiple candidate routes. |
PathMatcher::$tableName |
property |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
The name of the SQL table from which to read the routes. |
PartialMatcher::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/PartialMatcher.php |
The RouteCollection this matcher should match against. |
ChainMatcher::$matchers |
property |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
Array of RequestMatcherInterface objects to be checked in order. |
MimeTypeMatcherTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Contains Drupal\system\Tests\Routing\MimeTypeMatcherTest. |
ApacheMatcherDumperTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
SearchMatchTest::_setup |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
Set up a small index of items to test against. |
ApacheUrlMatcherTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php |
|
RequestMatcher::$methods |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
|
RequestMatcher::checkIp4 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Validates an IPv4 address. |
RequestMatcher::checkIp6 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Validates an IPv6 address. |
MatcherDumper::MAX_PARTS |
constant |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
The maximum number of path elements for a route pattern; |
MatcherDumper::addRoutes |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Adds additional routes to be dumped. |
MatcherDumper::getRoutes |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Gets the routes to match. |
PhpMatcherDumperTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
|
PathMatcher::$connection |
property |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
The database connection from which to read route information. |
PathMatcher::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
Constructs a new PathMatcher. |
ChainMatcher::setContext |
function |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
Sets the request context. |
ChainMatcher::getContext |
function |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
Gets the request context. |
RegisterMatchersPass.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterMatchersPass.php |
Contains Drupal\Core\DependencyInjection\Compiler\RegisterMatchersPass. |
PathMatcherTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php |
|
SearchNumberMatchingTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php |
Tests that numbers can be searched, with more complex matching. |
MatcherDumperTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Sets up unit test environment. |
MockMatcher::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockMatcher.php |
|
SearchMatchTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
|
SearchMatchTest::getText |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
_test_: Helper method for generating snippets of content. |
ProjectUrlMatcher::match |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php |
Tries to match a URL path with a set of routes. |
ProjectUrlMatcher::match |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php |
Tries to match a URL path with a set of routes. |
ProjectUrlMatcher::match |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php |
Tries to match a URL path with a set of routes. |
RouterListener::$matcher |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
MockPathMatcher::$routes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockPathMatcher.php |
Routes to be matched. |
MatcherDumper::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php |
Gets the routes to dump. |
UriTemplate::expandMatch |
function |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php |
Process an expansion |
UrlMatcherTest::testMatch |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
RequestMatcher::matchHost |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Adds a check for the URL host name. |
RequestMatcher::matchPath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Adds a check for the URL path info. |
NestedMatcher::setContext |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Sets the request context. |
NestedMatcher::getContext |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Gets the request context. |
ViewsSearchQuery::matches |
function |
drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php |
Returns the matches property. |