You are here

protected property ChainRequestPolicy::$rules in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php \Drupal\Core\PageCache\ChainRequestPolicy::rules

A list of policy rules to apply when this policy is evaluated.

Type: \Drupal\Core\PageCache\RequestPolicyInterface[]

File

core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php, line 28

Class

ChainRequestPolicy
Implements a compound request policy.

Namespace

Drupal\Core\PageCache

Code

protected $rules = [];