RequestPolicyInterface::DENY
  • References/PHP/Drupal/PageCache/RequestPolicyInterface

Deny delivery of cached pages. File core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php, line 24

2025-01-10 15:47:30
NoSessionOpen::$sessionConfiguration
  • References/PHP/Drupal/PageCache/RequestPolicy/NoSessionOpen

The session configuration. Type:

2025-01-10 15:47:30
ChainRequestPolicyInterface::addPolicy
  • References/PHP/Drupal/PageCache/ChainRequestPolicyInterface

public ChainRequestPolicyInterface::ad

2025-01-10 15:47:30
NoSessionOpen::__construct
  • References/PHP/Drupal/PageCache/RequestPolicy/NoSessionOpen

public NoSessionOpen::__construct(SessionConfigurationInterface

2025-01-10 15:47:30
ResponsePolicyInterface
  • References/PHP/Drupal/PageCache/ResponsePolicyInterface

Defines the interface for response policy implementations. The response policy is evaluated in order to determine whether a page should be stored

2025-01-10 15:47:30
ChainResponsePolicy::$rules
  • References/PHP/Drupal/PageCache/ChainResponsePolicy

A list of policy rules to apply when this policy is checked. Type: \Drupal\Core\PageCache\ResponsePolicyInterface[]

2025-01-10 15:47:30
ChainRequestPolicy::$rules
  • References/PHP/Drupal/PageCache/ChainRequestPolicy

A list of policy rules to apply when this policy is evaluated. Type: \Drupal\Core\PageCache\RequestPolicyInterface[]

2025-01-10 15:47:30
CommandLineOrUnsafeMethod
  • References/PHP/Drupal/PageCache/RequestPolicy/CommandLineOrUnsafeMethod

Reject when running from the command line or when HTTP method is not safe. The policy denies caching if the request was initiated from the command

2025-01-10 15:47:30
DefaultRequestPolicy::__construct
  • References/PHP/Drupal/PageCache/DefaultRequestPolicy

public DefaultRequestPolicy::__construct(SessionConfigurationInterface

2025-01-10 15:47:30
ChainRequestPolicy
  • References/PHP/Drupal/PageCache/ChainRequestPolicy

Implements a compound request policy. When evaluating the compound policy, all of the contained rules are applied to the request. The overall

2025-01-10 15:47:30