interface ChainRequestPolicyInterface

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php \Drupal\Core\PageCache\ChainRequestPolicyInterface
  2. 8.9.x core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php \Drupal\Core\PageCache\ChainRequestPolicyInterface
  3. 10 core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php \Drupal\Core\PageCache\ChainRequestPolicyInterface

Defines the interface for compound request policies.

Hierarchy

Expanded class hierarchy of ChainRequestPolicyInterface

All classes that implement ChainRequestPolicyInterface

File

core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php, line 8

Namespace

Drupal\Core\PageCache
View source
interface ChainRequestPolicyInterface extends RequestPolicyInterface {
    
    /**
     * Add a policy to the list of policy rules.
     *
     * @param \Drupal\Core\PageCache\RequestPolicyInterface $policy
     *   The request policy rule to add.
     *
     * @return $this
     */
    public function addPolicy(RequestPolicyInterface $policy);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ChainRequestPolicyInterface::addPolicy public function Add a policy to the list of policy rules. 1
RequestPolicyInterface::ALLOW constant Allow delivery of cached pages.
RequestPolicyInterface::check public function Determines whether delivery of a cached page should be attempted. 6
RequestPolicyInterface::DENY constant Deny delivery of cached pages.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.