Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| ChainResponsePolicy | class | core/ |
Implements a compound response policy. |
| ChainResponsePolicy | class | core/ |
Provides a proxy class for \Drupal\Core\PageCache\ChainResponsePolicy. |
| ChainResponsePolicy.php | file | core/ |
|
| ChainResponsePolicy.php | file | core/ |
|
| ChainResponsePolicy::$container | property | core/ |
The service container. |
| ChainResponsePolicy::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| ChainResponsePolicy::$rules | property | core/ |
A list of policy rules to apply when this policy is checked. |
| ChainResponsePolicy::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| ChainResponsePolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
| ChainResponsePolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
| ChainResponsePolicy::check | function | core/ |
Determines whether it is save to store a page in the cache. |
| ChainResponsePolicy::check | function | core/ |
Determines whether it is save to store a page in the cache. |
| ChainResponsePolicy::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| ChainResponsePolicy::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| ChainResponsePolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
| ChainResponsePolicyInterface.php | file | core/ |
|
| ChainResponsePolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
| ChainResponsePolicyTest | class | core/ |
Tests Drupal\Core\PageCache\ChainResponsePolicy. |
| ChainResponsePolicyTest.php | file | core/ |
|
| ChainResponsePolicyTest::$policy | property | core/ |
The chain response policy under test. |
| ChainResponsePolicyTest::$request | property | core/ |
A request object. |
| ChainResponsePolicyTest::$response | property | core/ |
A response object. |
| ChainResponsePolicyTest::providerChainExceptionOnInvalidReturnValue | function | core/ |
Provides test data for testChainExceptionOnInvalidReturnValue. |
| ChainResponsePolicyTest::setUp | function | core/ |
|
| ChainResponsePolicyTest::testChainExceptionOnInvalidReturnValue | function | core/ |
Asserts that check() throws an exception if a rule returns an invalid value. |
| ChainResponsePolicyTest::testEmptyChain | function | core/ |
Asserts that check() returns NULL if the chain is empty. |
| ChainResponsePolicyTest::testNullRuleChain | function | core/ |
Asserts that check() returns NULL if a rule returns NULL. |
| ChainResponsePolicyTest::testStopChainOnFirstDeny | function | core/ |
Asserts that check() returns immediately when a rule returned DENY. |
| ChangedCommand | class | core/ |
An AJAX command for marking HTML elements as changed. |
| ChangedCommand.php | file | core/ |
|
| ChangedCommand::$asterisk | property | core/ |
An optional CSS selector for elements to which asterisks will be appended. |
| ChangedCommand::$selector | property | core/ |
A CSS selector string. |
Pagination
- Previous page
- Page 160
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.