You are here

protected property Context::$weight in Context 8.0

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

The weight for this context.

Type: int

File

src/Entity/Context.php, line 127

Class

Context
Defines the Context entity.

Namespace

Drupal\context\Entity

Code

protected $weight = 0;