public function ContextInterface::getGroup in Context 8
Same name and namespace in other branches
- 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::getGroup()
- 8.0 src/ContextInterface.php \Drupal\context\ContextInterface::getGroup()
Get the group this context belongs to.
Return value
null|string
1 method overrides ContextInterface::getGroup()
- Context::getGroup in src/
Entity/ Context.php - Get the group this context belongs to.
File
- src/
ContextInterface.php, line 78
Class
Namespace
Drupal\contextCode
public function getGroup();