protected property KillSwitch::$kill in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/PageCache/ResponsePolicy/KillSwitch.php \Drupal\Core\PageCache\ResponsePolicy\KillSwitch::kill
A flag indicating whether the kill switch was triggered.
Type: bool
File
- core/
lib/ Drupal/ Core/ PageCache/ ResponsePolicy/ KillSwitch.php, line 24 - Contains \Drupal\Core\PageCache\ResponsePolicy\KillSwitch.
Class
- KillSwitch
- A policy evaluating to static::DENY when the kill switch was triggered.
Namespace
Drupal\Core\PageCache\ResponsePolicyCode
protected $kill = FALSE;