You are here

protected property Context::$disabled in Context 8.0

Same name and namespace in other branches
  1. 8.4 src/Entity/Context.php \Drupal\context\Entity\Context::disabled
  2. 8 src/Entity/Context.php \Drupal\context\Entity\Context::disabled

If the context is disabled or not.

Type: bool

File

src/Entity/Context.php, line 120

Class

Context
Defines the Context entity.

Namespace

Drupal\context\Entity

Code

protected $disabled = FALSE;