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
RequestHandler::getNormalizedRequestMethod function core/modules/rest/src/RequestHandler.php Gets the normalized HTTP request method of the matched route.
RequestHandler::handle function core/modules/rest/src/RequestHandler.php Handles a REST API request.
RequestHandler::handleRaw function core/modules/rest/src/RequestHandler.php Handles a REST API request without deserializing the request body.
RequestHandler::prepareResponse function core/modules/rest/src/RequestHandler.php Prepares the REST resource response.
RequestHandler::__construct function core/modules/rest/src/RequestHandler.php Creates a new RequestHandler instance.
RequestHandlerTest class core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Test REST RequestHandler controller logic.
RequestHandlerTest.php file core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
RequestHandlerTest::$entityStorage property core/modules/rest/tests/src/Kernel/RequestHandlerTest.php The entity storage.
RequestHandlerTest::$modules property core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Modules to install.
RequestHandlerTest::$requestHandler property core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
RequestHandlerTest::setUp function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
RequestHandlerTest::testHandle function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Tests handle.
RequestHelper class core/lib/Drupal/Core/Routing/RequestHelper.php Provides some helper methods for dealing with the request.
RequestHelper.php file core/lib/Drupal/Core/Routing/RequestHelper.php
RequestHelper::isCleanUrl function core/lib/Drupal/Core/Routing/RequestHelper.php Returns whether the request is using a clean URL.
RequestPagerTest class core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php Tests Drupal\Core\Pager\PagerParameters.
RequestPagerTest.php file core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php
RequestPagerTest::testFindPage function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php Tests find page.
RequestPagerTest::testGetQueryParameters function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php Tests get query parameters.
RequestPath class core/modules/system/src/Plugin/Condition/RequestPath.php Provides a 'Request Path' condition.
RequestPath.php file core/modules/system/src/Plugin/Condition/RequestPath.php
RequestPath::$aliasManager property core/modules/system/src/Plugin/Condition/RequestPath.php An alias manager to find the alias for the current system path.
RequestPath::$currentPath property core/modules/system/src/Plugin/Condition/RequestPath.php The current path.
RequestPath::$pathMatcher property core/modules/system/src/Plugin/Condition/RequestPath.php The path matcher.
RequestPath::$requestStack property core/modules/system/src/Plugin/Condition/RequestPath.php The request stack.
RequestPath::buildConfigurationForm function core/modules/system/src/Plugin/Condition/RequestPath.php Form constructor.
RequestPath::create function core/modules/system/src/Plugin/Condition/RequestPath.php Instantiates a new instance of the implementing class using autowiring.
RequestPath::defaultConfiguration function core/modules/system/src/Plugin/Condition/RequestPath.php Gets default configuration for this plugin.
RequestPath::evaluate function core/modules/system/src/Plugin/Condition/RequestPath.php Evaluates the condition and returns TRUE or FALSE accordingly.
RequestPath::getCacheContexts function core/modules/system/src/Plugin/Condition/RequestPath.php
RequestPath::submitConfigurationForm function core/modules/system/src/Plugin/Condition/RequestPath.php Form submission handler.
RequestPath::summary function core/modules/system/src/Plugin/Condition/RequestPath.php Provides a human readable summary of the condition's configuration.
RequestPath::validateConfigurationForm function core/modules/system/src/Plugin/Condition/RequestPath.php Form validation handler.
RequestPath::__construct function core/modules/system/src/Plugin/Condition/RequestPath.php Constructs a RequestPath condition plugin.
RequestPathTest class core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php Tests system.module's request path condition.
RequestPathTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php
RequestPathTest::$aliasManager property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The path alias manager used for testing.
RequestPathTest::$currentPath property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The current path.
RequestPathTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php Modules to install.
RequestPathTest::$pluginManager property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The condition plugin manager under test.
RequestPathTest::$requestStack property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The request stack used for testing.
RequestPathTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php
RequestPathTest::testConditions function core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php Tests the request path condition.
RequestPolicyInterface interface core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php Defines the interface for request policy implementations.
RequestPolicyInterface.php file core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php
RequestPolicyInterface::ALLOW constant core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php Allow delivery of cached pages.
RequestPolicyInterface::check function core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php Determines whether delivery of a cached page should be attempted.
RequestPolicyInterface::DENY constant core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php Deny delivery of cached pages.
RequestSanitizer class core/lib/Drupal/Core/Security/RequestSanitizer.php Sanitizes user input.
RequestSanitizer.php file core/lib/Drupal/Core/Security/RequestSanitizer.php

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