Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
RequestHandler::getLegacyParameters function core/modules/rest/src/RequestHandler.php Provides the parameter usable without an argument resolver.
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 enable.
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 @covers ::handle[[api-linebreak]]
RequestHandlerTest::testHandleLegacy function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php @covers ::handle[[api-linebreak]]
@covers ::getLegacyParameters[[api-linebreak]]
@expectedDeprecation Passing in arguments the legacy way is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Provide the right parameter names in the…
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 @group Pager
RequestPagerTest.php file core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php
RequestPagerTest::testFindPage function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @covers ::findPage[[api-linebreak]]
RequestPagerTest::testGetQueryParameters function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @covers ::getQueryParameters[[api-linebreak]]
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 Creates an instance of the plugin.
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 The cache contexts associated with this object.
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::__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 that the Request Path Condition, provided by the system module, is
working properly.
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 enable.
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.

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