protected property Context::$group in Context 8.0
Same name and namespace in other branches
- 8.4 src/Entity/Context.php \Drupal\context\Entity\Context::group
- 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\EntityCode
protected $group = self::CONTEXT_GROUP_NONE;