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 |
|---|---|---|---|
| CacheableTooManyRequestsHttpException::__construct | function | core/ |
|
| CacheTagPreloadSubscriber::onRequest | function | core/ |
Preloads frequently used cache tags. |
| cache_context.request_format | service | core/ |
Drupal\Core\Cache\Context\RequestFormatCacheContext |
| ChainRequestPolicy | class | core/ |
Implements a compound request policy. |
| ChainRequestPolicy.php | file | core/ |
|
| ChainRequestPolicy::$rules | property | core/ |
A list of policy rules to apply when this policy is evaluated. |
| ChainRequestPolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
| ChainRequestPolicy::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
| ChainRequestPolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
| ChainRequestPolicyInterface.php | file | core/ |
|
| ChainRequestPolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
| ChainRequestPolicyTest | class | core/ |
Tests Drupal\Core\PageCache\ChainRequestPolicy. |
| ChainRequestPolicyTest.php | file | core/ |
|
| ChainRequestPolicyTest::$policy | property | core/ |
The chain request policy under test. |
| ChainRequestPolicyTest::$request | property | core/ |
A request object. |
| ChainRequestPolicyTest::providerAllowIfAnyRuleReturnedAllow | function | core/ |
Provides test data for testAllowIfAnyRuleReturnedAllow. |
| ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue | function | core/ |
Provides test data for testChainExceptionOnInvalidReturnValue. |
| ChainRequestPolicyTest::setUp | function | core/ |
|
| ChainRequestPolicyTest::testAllowIfAnyRuleReturnedAllow | function | core/ |
Asserts that check() returns ALLOW if any of the rules returns ALLOW. |
| ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue | function | core/ |
Asserts that check() throws an exception if a rule returns an invalid value. |
| ChainRequestPolicyTest::testEmptyChain | function | core/ |
Asserts that check() returns NULL if the chain is empty. |
| ChainRequestPolicyTest::testNullRuleChain | function | core/ |
Asserts that check() returns NULL if a rule returns NULL. |
| ChainRequestPolicyTest::testStopChainOnFirstDeny | function | core/ |
Asserts that check() returns immediately when a rule returned DENY. |
| ChainResponsePolicyTest::$request | property | core/ |
A request object. |
| ChangeLogger::recordRequestedPackageVersions | function | core/ |
Records requested packages. |
| ChangeLogger::REQUESTED_PACKAGES_KEY | constant | core/ |
The metadata key under which to store the requested package versions. |
| CheckProvider::$checksNeedsRequest | property | core/ |
Array of access checks which only will be run on the incoming request. |
| CheckProvider::getChecksNeedRequest | function | core/ |
A list of checks that needs the request. |
| CheckProviderInterface::getChecksNeedRequest | function | core/ |
A list of checks that needs the request. |
| CKEditor5MediaController::$requestStack | property | core/ |
The request stack. |
| ConfigurableLanguageManager::$requestStack | property | core/ |
The request object. |
| ContentDispositionFilenameParser::REQUEST_HEADER_FILENAME_REGEX | constant | core/ |
The regex used to extract the filename from the content disposition header. |
| ContentDispositionFilenameParserTest::createRequest | function | core/ |
Creates a request with the given content-disposition header. |
| ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter | function | core/ |
|
| ContentTypeHeaderMatcherTest::testContentTypeRequestHeaderMissing | function | core/ |
Confirms that the matcher throws an exception for missing request header. |
| ContentTypeHeaderMatcherTest::testJsonRequest | function | core/ |
Tests that XML-restricted routes get filtered out on JSON requests. |
| ContentTypeHeaderMatcherTest::testSafeRequestFilter | function | core/ |
Tests that routes are not filtered on safe requests. |
| ContextualLinkManager::$requestStack | property | core/ |
The request stack. |
| CookieResourceTestTrait::getAuthenticationRequestOptions | function | core/ |
|
| CorsIntegrationTest::testCrossSiteRequest | function | core/ |
|
| CsrfRequestHeaderAccessCheck | class | core/ |
Access protection against CSRF attacks. |
| CsrfRequestHeaderAccessCheck.php | file | core/ |
|
| CsrfRequestHeaderAccessCheck::$csrfToken | property | core/ |
The token generator. |
| CsrfRequestHeaderAccessCheck::$sessionConfiguration | property | core/ |
The session configuration. |
| CsrfRequestHeaderAccessCheck::access | function | core/ |
Checks access. |
| CsrfRequestHeaderAccessCheck::applies | function | core/ |
Declares whether the access check applies to a specific route or not. |
| CsrfRequestHeaderAccessCheck::TOKEN_KEY | constant | core/ |
A string key that will used to designate the token used by this class. |
| CsrfRequestHeaderAccessCheck::__construct | function | core/ |
Constructs a new rest CSRF access check. |
| CsrfRequestHeaderTest | class | core/ |
Tests protecting routes by requiring CSRF token in the request header. |
| CsrfRequestHeaderTest.php | file | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.