You are here

protected property Context::$group in Context 8.0

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

The group this context belongs to.

Type: string|null

File

src/Entity/Context.php, line 78

Class

Context
Defines the Context entity.

Namespace

Drupal\context\Entity

Code

protected $group = self::CONTEXT_GROUP_NONE;