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 |
---|---|---|---|
RequestPagerTest::testFindPage | function | core/ |
@covers ::findPage |
RequestPagerTest::testGetQueryParameters | function | core/ |
@covers ::getQueryParameters |
RequestPath | class | core/ |
Provides a 'Request Path' condition. |
RequestPath.php | file | core/ |
|
RequestPath::$aliasManager | property | core/ |
An alias manager to find the alias for the current system path. |
RequestPath::$currentPath | property | core/ |
The current path. |
RequestPath::$pathMatcher | property | core/ |
The path matcher. |
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/ |
|
RequestPath::submitConfigurationForm | function | core/ |
Form submission handler. |
RequestPath::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
RequestPath::validateConfigurationForm | function | core/ |
Form validation handler. |
RequestPath::__construct | function | core/ |
Constructs a RequestPath condition plugin. |
RequestPathTest | class | core/ |
Tests system.module's request path condition. |
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 install. |
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_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/ |
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.