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. Other projects
Title Object type File name Summary
dynamic_page_cache_request_policy service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\dynamic_page_cache\PageCache\RequestPolicy\DefaultRequestPolicy
EntityDeleteMultipleAccessCheck::$requestStack property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Request stack service.
EntityResource::getRequestLink function core/modules/jsonapi/src/Controller/EntityResource.php Get the full URL for a given request object.
EntityResourceTest::$request property core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php A fake request.
EntityUrlLanguageTest::setCurrentRequestForRoute function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Sets the current request to a specific path with the corresponding route.
ExceptionHandlingTest::testExceptionResponseGeneratedForOriginalRequest function core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php Tests that the exception response is executed in the original context.
FieldPluginBaseTest::$requestStack property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The request stack.
FileUploadResourceTestBase::fileRequest function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Performs a file upload request. Wraps the Guzzle HTTP client.
FileUploadTest::fileRequest function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Performs a file upload request. Wraps the Guzzle HTTP client.
FileUploadTest::testPostFileUploadAndUseInSingleRequest function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the 'file upload and "use" file in single request" POST route.
FileUrlGenerator::$requestStack property core/lib/Drupal/Core/File/FileUrlGenerator.php The request stack.
FinishResponseSubscriberTest::$requestPolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock request policy.
FormAjaxSubscriberTest::testOnExceptionBrokenPostRequest function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception broken post request.
FormBase::$requestStack property core/lib/Drupal/Core/Form/FormBase.php The request stack.
FormBase::getRequest function core/lib/Drupal/Core/Form/FormBase.php Gets the request object.
FormBase::setRequestStack function core/lib/Drupal/Core/Form/FormBase.php Sets the request stack object to use.
FormBuilder::$requestStack property core/lib/Drupal/Core/Form/FormBuilder.php The request stack.
FormBuilderInterface::AJAX_FORM_REQUEST constant core/lib/Drupal/Core/Form/FormBuilderInterface.php Request key for AJAX forms that submit to the form's original route.
FormBuilderInterface::HTMX_REQUEST constant core/lib/Drupal/Core/Form/FormBuilderInterface.php Header name for HTMX requests.
FormBuilderTest::testGetAjaxRequest function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests get ajax request.
FormBuilderTest::testPostAjaxRequest function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests post ajax request.
FormBuilderTest::testRebuildFormOnGetRequest function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the rebuildForm() method for a GET submission.
FormCache::$requestPolicy property core/lib/Drupal/Core/Form/FormCache.php A policy rule determining the cacheability of a request.
FormCache::$requestStack property core/lib/Drupal/Core/Form/FormCache.php The request stack.
FormCacheTest::$requestPolicy property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php A policy rule determining the cacheability of a request.
FormCacheTest::$requestStack property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The request stack.
FormState::$requestMethod property core/lib/Drupal/Core/Form/FormState.php The HTTP method used by the request building or processing this form.
FormState::isRequestMethodSafe function core/lib/Drupal/Core/Form/FormState.php Checks whether the request method is a "safe" HTTP method.
FormState::setRequestMethod function core/lib/Drupal/Core/Form/FormState.php Sets the HTTP method used by the request that is building the form.
FormStateDecoratorBase::setRequestMethod function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the HTTP method used by the request that is building the form.
FormStateDecoratorBaseTest::providerSetRequestMethod function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testSetMethod().
FormStateDecoratorBaseTest::testSetRequestMethod function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests set request method.
FormStateInterface::setRequestMethod function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the HTTP method used by the request that is building the form.
FormTestBase::$request property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The request.
FormTestBase::$requestStack property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The request stack.
FormTestEventSubscriber::onKernelRequest function core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php Adds custom attributes to the request object.
FormValidator::$requestStack property core/lib/Drupal/Core/Form/FormValidator.php The request stack.
FunctionalTestSetupTrait::prepareRequestForGenerator function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Creates a mock request and sets it on the generator.
HelpBlock::$request property core/modules/help/src/Plugin/Block/HelpBlock.php The current request.
HoldTestHelper::requestHold function core/modules/system/tests/modules/hold_test/src/HoldTestHelper.php Request hold.
HoldTestSubscriber::HOLD_REQUEST constant core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::onRequest function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Request hold.
Htmx::buildRequestAttribute function core/lib/Drupal/Core/Htmx/Htmx.php Utility function for the request attributes.
Htmx::request function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-request` attribute.
HtmxAttributesTest::testHxRequest function core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Test request method.
HtmxRequestInfoTest class core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Test all HtmxRequestInfoTrait methods.
HtmxRequestInfoTest.php file core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php
HtmxRequestInfoTest::$request property core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php A simulated request.
HtmxRequestInfoTest::getRequest function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Gets the request object.
HtmxRequestInfoTest::setUp function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php

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