protected property ChainRequestPolicy::$rules in Drupal 8
Same name and namespace in other branches
- 9 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\PageCacheCode
protected $rules = [];