RequestDataCollector::getSubscribedEvents |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
Returns an array of event names this subscriber wants to listen to. |
PathSubscriber::onKernelRequestPathResolve |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php |
Resolve the system path. |
EntityEnclosingRequestInterface::MULTIPART |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
|
RequestTest::testGetQueryStringReturnsNull |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
RequestTest::testGetContentReturnsResource |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
RequestTest::testGetAcceptableContentTypes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
RequestInterface::isResponseBodyRepeatable |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php |
Determine if the response body is repeatable (readable + seekable) |
RequestDataCollector::getRequestAttributes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
EntityEnclosingRequest::configureRedirects |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Configure how redirects are handled for the request |
RequestDataCollector::getSessionAttributes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
PathSubscriber::onKernelRequestPathResolve |
function |
drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathSubscriber.php |
Resolve the system path based on some arbitrary rules. |
RequestCloseSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php |
Registers the methods in this class that should be listeners. |
RequestTest::getFormatToMimeTypeMapProvider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
BanSubscriber::onKernelRequestBannedIpCheck |
function |
drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php |
Response with 403 if the visitor's IP adress is banned. |
LegacyRequestSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php |
Registers the methods in this class that should be listeners. |
EntityEnclosingRequestInterface::URL_ENCODED |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
|
EntityEnclosingRequestInterface::getPostFile |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get a POST file from the request |
EntityEnclosingRequestInterface::addPostFile |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Add a POST file to the upload |
RequestTest::getQueryStringNormalizationData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
RequestFactory::$entityEnclosingRequestClass |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
|
InitialMatcherInterface::matchRequestPartial |
function |
drupal/core/lib/Drupal/Core/Routing/InitialMatcherInterface.php |
Matches a request against multiple routes. |
PartialMatcherInterface::matchRequestPartial |
function |
drupal/core/lib/Drupal/Core/Routing/PartialMatcherInterface.php |
Matches a request against multiple routes. |
AccessSubscriber::onKernelRequestAccessCheck |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/AccessSubscriber.php |
Verifies that the current user can access the requested path. |
EntityEnclosingRequestInterface::getPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get a POST field from the request |
EntityEnclosingRequestInterface::setPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Set a POST field value |
EntityEnclosingRequestInterface::getPostFiles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Returns an associative array of POST field names to PostFileInterface objects |
EntityEnclosingRequestInterface::addPostFiles |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Add POST files to use in the upload |
HttpRequestTest::testDrupalHTTPRequestHeaders |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HttpRequestTest.php |
Tests Content-language headers generated by Drupal. |
RouterTest::testThemeCallbackNoThemeRequested |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php |
Test the theme callback when no theme is requested. |
HttpCacheTest::testPassesOnNonGetHeadRequests |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
EntityEnclosingRequest::setExpectHeaderCutoff |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Set the size that the entity body of the request must exceed before adding the Expect: 100-Continue header. |
PathSubscriber::onKernelRequestLanguageResolve |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php |
Decode language information embedded in the request path. |
LegacyRequestSubscriber::onKernelRequestLegacy |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php |
Initializes the rest of the legacy Drupal subsystems. |
EntityEnclosingRequestInterface::getPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get the post fields that will be used in the request |
EntityEnclosingRequestInterface::addPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Add POST fields to use in the request |
HttpRequestTest::testDrupalHTTPRequestRedirect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HttpRequestTest.php |
Tests HTTP redirect requests. |
PathSubscriber::onKernelRequestFrontPageResolve |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php |
Resolve the front-page default path. |
EntityEnclosingRequestInterface::removePostFile |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Remove a POST file from the request |
HttpRequestTest::testDrupalHTTPRequestBasicAuth |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HttpRequestTest.php |
Tests HTTP basic authorization. |
RouteProcessorSubscriber::onRequestSetController |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/RouteProcessorSubscriber.php |
Sets a default controller for a route if one was not specified. |
EntityEnclosingRequestInterface::removePostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Remove a POST field or file by name |
StreamedResponseTest::testPrepareWithHeadRequest |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
|
RequestMatcherTest::testPathWithEncodedCharacters |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
LocaleListenerTest::testLocaleFromRequestAttribute |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php |
|
LegacyAccessSubscriber::onKernelRequestAccessCheck |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyAccessSubscriber.php |
Verifies that the current user can access the requested path. |
RequestTest::testGetContentWorksTwiceInDefaultMode |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
EntityEnclosingRequestInterface::configureRedirects |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Configure how redirects are handled for the request |
UrlAlterFunctionalTest::testCurrentUrlRequestedPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php |
Test current_path() and request_path(). |
EsiListenerTest::testFilterDoesNothingForSubRequests |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/EsiListenerTest.php |
|
RequestTest::testGetFormatFromMimeTypeWithParameters |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getFormat |