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

public RequestPolicyInterface::check(Request $request)

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
NoSessionOpen::__construct
  • References/PHP/Drupal/PageCache/RequestPolicy/NoSessionOpen

public NoSessionOpen::__construct(SessionConfigurationInterface

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

public ChainRequestPolicyInterface::ad

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

The session configuration. Type:

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

public ChainRequestPolicy::check(Request $request)

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
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
DefaultRequestPolicy::__construct
  • References/PHP/Drupal/PageCache/DefaultRequestPolicy

public DefaultRequestPolicy::__construct(SessionConfigurationInterface

2025-01-10 15:47:30