You are here

protected property ChainResponsePolicy::$rules in Zircon Profile 8.0

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

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

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

File

core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php, line 31
Contains \Drupal\Core\PageCache\ChainResponsePolicy.

Class

ChainResponsePolicy
Implements a compound response policy.

Namespace

Drupal\Core\PageCache

Code

protected $rules = [];