Search for request

  1. Search 7.x for request
  2. Search 9.5.x for request
  3. Search 8.9.x for request
  4. Search 10.3.x for request
  5. Search main for request
  6. Other projects
Title Object type File name Summary
CsrfRequestHeaderTest.php file core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
CsrfRequestHeaderTest::$defaultTheme property core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php The theme to install as the default for testing.
CsrfRequestHeaderTest::$modules property core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php Modules to install.
CsrfRequestHeaderTest::testRouteAccess function core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php Tests access to routes protected by CSRF request header requirements.
CurrentPathStack::$requestStack property core/lib/Drupal/Core/Path/CurrentPathStack.php The request stack.
CurrentRouteMatch::$requestStack property core/lib/Drupal/Core/Routing/CurrentRouteMatch.php The related request stack.
CurrentRouteMatch::getRouteMatchFromRequest function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns a route match from a given request, if possible.
CurrentRouteMatchTest::testGetRouteMatchFromRequest function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php Tests get route match from request.
CurrentRouteMatchTest::testGetRouteMatchFromRequestWithRouting function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php Tests get route match from request with routing.
CustomPageExceptionHtmlSubscriber::makeSubrequestToCustomPath function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Makes a subrequest to retrieve the custom error page.
CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php Tests onHandleException with a GET request.
CustomPageExceptionHtmlSubscriberTest::testHandleWithPostRequest function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php Tests onHandleException with a POST request.
Date::$requestStack property core/modules/datetime/src/Plugin/views/filter/Date.php The request stack used to determine current time.
DateTest::$requestStack property core/tests/Drupal/Tests/Core/Datetime/DateTest.php The mocked string translation.
DefaultExceptionHtmlSubscriber::makeSubrequest function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Makes a subrequest to retrieve the default error page.
DefaultRequestPolicy class core/lib/Drupal/Core/PageCache/DefaultRequestPolicy.php The default page cache request policy.
DefaultRequestPolicy class core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php The default Dynamic Page Cache request policy.
DefaultRequestPolicy.php file core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php
DefaultRequestPolicy.php file core/lib/Drupal/Core/PageCache/DefaultRequestPolicy.php
DefaultRequestPolicy::__construct function core/lib/Drupal/Core/PageCache/DefaultRequestPolicy.php Constructs the default page cache request policy.
DefaultRequestPolicy::__construct function core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php Constructs the default Dynamic Page Cache request policy.
DenyNoCacheRoutesTest::$request property core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php A request object.
DenyTestAuthRequests class core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php Cache policy for pages requested with REST Test Auth.
DenyTestAuthRequests.php file core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php
DenyTestAuthRequests::check function core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php Determines whether delivery of a cached page should be attempted.
DisallowBasicAuthRequests class core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php Cache policy for pages served from basic auth.
DisallowBasicAuthRequests.php file core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php
DisallowBasicAuthRequests::check function core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php Determines whether delivery of a cached page should be attempted.
Drupal::hasRequest function core/lib/Drupal.php Indicates if there is a currently active request object.
Drupal::request function core/lib/Drupal.php Retrieves the currently active request object.
Drupal::requestStack function core/lib/Drupal.php Retrieves the request stack.
DrupalKernel::createFromRequest function core/lib/Drupal/Core/DrupalKernel.php Create a DrupalKernel object from a request.
DrupalKernel::initializeRequestGlobals function core/lib/Drupal/Core/DrupalKernel.php Bootstraps the legacy global request variables.
DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED constant core/lib/Drupal/Core/DrupalKernelInterface.php Event fired when the service container finished initializing in subrequest.
DrupalKernelRequestStackTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Tests the usage of the request stack as part of request processing.
DrupalKernelRequestStackTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php
DrupalKernelRequestStackTest::$modules property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Modules to install.
DrupalKernelRequestStackTest::$recordedRequests property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php The request stack requests when the kernel request event is fired.
DrupalKernelRequestStackTest::$recordedRequestStackCount property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php The request stack count when the kernel request event is fired.
DrupalKernelRequestStackTest::checkErrorHandlerOnTearDown function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Checks the test error handler after test execution.
DrupalKernelRequestStackTest::getRequestStackCount function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Uses reflection to count the number of requests in the request stack.
DrupalKernelRequestStackTest::getSubscribedEvents function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php
DrupalKernelRequestStackTest::onRequest function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Records the current request and master request for testing.
DrupalKernelRequestStackTest::register function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Registers test-specific services.
DrupalKernelRequestStackTest::testRequestStackHandling function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Tests request stack when sub requests are made.
DrupalTest::testRequestStack function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the testRequestStack() method.
DrupalTestBrowser::doRequest function core/tests/Drupal/Tests/DrupalTestBrowser.php
DynamicPageCacheSubscriber::$requestPolicy property core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php A request policy rule determining the cacheability of a response.
DynamicPageCacheSubscriber::$requestPolicyResults property core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php Internal cache of request policy results.
DynamicPageCacheSubscriber::onRequest function core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php Sets a response in case of a Dynamic Page Cache hit.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.