Search for request
- Search 7.x for request
- Search 9.5.x for request
- Search 10.3.x for request
- Search 11.x for request
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RequestPath::$requestStack | property | core/ |
The request stack. |
| RequestPath::buildConfigurationForm | function | core/ |
Form constructor. |
| RequestPath::create | function | core/ |
Creates an instance of the plugin. |
| RequestPath::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| RequestPath::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
| RequestPath::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| RequestPath::submitConfigurationForm | function | core/ |
Form submission handler. |
| RequestPath::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| RequestPath::__construct | function | core/ |
Constructs a RequestPath condition plugin. |
| RequestPathTest | class | core/ |
Tests that the Request Path Condition, provided by the system module, is working properly. |
| RequestPathTest.php | file | core/ |
|
| RequestPathTest::$aliasManager | property | core/ |
The path alias manager used for testing. |
| RequestPathTest::$currentPath | property | core/ |
The current path. |
| RequestPathTest::$modules | property | core/ |
Modules to enable. |
| RequestPathTest::$pluginManager | property | core/ |
The condition plugin manager under test. |
| RequestPathTest::$requestStack | property | core/ |
The request stack used for testing. |
| 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_LOG | constant | core/ |
The name of the setting that determines if sanitized keys are logged. |
| RequestSanitizer::SANITIZE_WHITELIST | constant | core/ |
The name of the setting that configures the whitelist. |
| 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::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. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.