KillSwitch::$kill

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/PageCache/ResponsePolicy/KillSwitch.php \Drupal\Core\PageCache\ResponsePolicy\KillSwitch::kill
  2. 10 core/lib/Drupal/Core/PageCache/ResponsePolicy/KillSwitch.php \Drupal\Core\PageCache\ResponsePolicy\KillSwitch::kill
  3. 11.x 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 19

Class

KillSwitch
A policy evaluating to static::DENY when the kill switch was triggered.

Namespace

Drupal\Core\PageCache\ResponsePolicy

Code

protected $kill = FALSE;

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