Search for request
- Search 7.x for request
- Search 9.5.x for request
- Search 8.9.x for request
- Search 10.3.x for request
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RequestPathTest::setUp | function | core/ |
|
RequestPathTest::testConditions | function | core/ |
Tests the request path condition. |
RequestPolicyInterface | interface | core/ |
Defines the interface for request policy implementations. |
RequestPolicyInterface.php | file | core/ |
|
RequestPolicyInterface::ALLOW | constant | core/ |
Allow delivery of cached pages. |
RequestPolicyInterface::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
RequestPolicyInterface::DENY | constant | core/ |
Deny delivery of cached pages. |
RequestSanitizer | class | core/ |
Sanitizes user input. |
RequestSanitizer.php | file | core/ |
|
RequestSanitizer::checkDestination | function | core/ |
Checks a destination string to see if it is dangerous. |
RequestSanitizer::processParameterBag | function | core/ |
Processes a request parameter bag. |
RequestSanitizer::sanitize | function | core/ |
Strips dangerous keys from user input. |
RequestSanitizer::SANITIZED | constant | core/ |
Request attribute to mark the request as sanitized. |
RequestSanitizer::SANITIZE_INPUT_SAFE_KEYS | constant | core/ |
The name of the setting that configures the sanitize input safe keys. |
RequestSanitizer::SANITIZE_LOG | constant | core/ |
The name of the setting that determines if sanitized keys are logged. |
RequestSanitizer::stripDangerousValues | function | core/ |
Strips dangerous keys from $input. |
RequestSanitizerTest | class | core/ |
Tests RequestSanitizer class. |
RequestSanitizerTest.php | file | core/ |
|
RequestSanitizerTest::$errors | property | core/ |
Log of errors triggered during sanitization. |
RequestSanitizerTest::assertError | function | core/ |
Asserts that the expected error has been logged. |
RequestSanitizerTest::createRequestForTesting | function | core/ |
Creates a request and sets PHP globals for testing. |
RequestSanitizerTest::errorHandler | function | core/ |
Catches and logs errors to $this->errors. |
RequestSanitizerTest::providerTestAcceptableDestinations | function | core/ |
Data provider for testing acceptable destinations. |
RequestSanitizerTest::providerTestRequestSanitization | function | core/ |
Data provider for testRequestSanitization. |
RequestSanitizerTest::providerTestSanitizedDestinations | function | core/ |
Data provider for testing sanitized destinations. |
RequestSanitizerTest::setUp | function | core/ |
|
RequestSanitizerTest::tearDown | function | core/ |
|
RequestSanitizerTest::testAcceptableDestinationGet | function | core/ |
Tests acceptable destinations are not removed from GET requests. |
RequestSanitizerTest::testAcceptableDestinationPost | function | core/ |
Tests acceptable destinations are not removed from POST requests. |
RequestSanitizerTest::testRequestSanitization | function | core/ |
Tests RequestSanitizer class. |
RequestSanitizerTest::testSanitizedDestinationGet | function | core/ |
Tests unacceptable destinations are removed from GET requests. |
RequestSanitizerTest::testSanitizedDestinationPost | function | core/ |
Tests unacceptable destinations are removed from GET requests. |
RequestStackCacheContextBase | class | core/ |
Defines a base class for cache contexts depending only on the request stack. |
RequestStackCacheContextBase.php | file | core/ |
|
RequestStackCacheContextBase::$requestStack | property | core/ |
The request stack. |
RequestStackCacheContextBase::__construct | function | core/ |
Constructs a new RequestStackCacheContextBase class. |
request_format_route_filter | service | core/ |
Drupal\Core\Routing\RequestFormatRouteFilter |
request_stack | service | core/ |
Symfony\Component\HttpFoundation\RequestStack |
ResourceBase::requestMethods | function | core/ |
Provides predefined HTTP request methods. |
ResourceObjectNormalizationCacher::$requestStack | property | core/ |
The request stack. |
ResourceObjectNormalizationCacher::setRequestStack | function | core/ |
Sets the request stack. |
ResourceResponseValidatorTest::createRequest | function | core/ |
Helper method to create a request object. |
ResourceTestBase::getAuthenticationRequestOptions | function | core/ |
Returns Guzzle request options for authentication. |
ResourceTestBase::getAuthenticationRequestOptions | function | core/ |
Returns Guzzle request options for authentication. |
ResourceVersionRouteEnhancer::WORKING_COPIES_REQUESTED | constant | core/ |
A route parameter key which indicates that working copies were requested. |
ResponseStatus::$requestStack | property | core/ |
The request stack. |
ResponseStatus::setRequestStack | function | core/ |
Sets the request stack to the given input. |
ResponseStatusTest::$requestStack | property | core/ |
The request stack used for testing. |
rest_test.page_cache_request_policy.deny_test_auth_requests | service | core/ |
Drupal\rest_test\PageCache\RequestPolicy\DenyTestAuthRequests |
ReverseProxyMiddleware::setSettingsOnRequest | function | core/ |
Sets reverse proxy settings on Request object. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.