public static function ConfigPagesContextInterface::getValue in Config Pages 8
Same name and namespace in other branches
- 8.3 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface::getValue()
- 8.2 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface::getValue()
Return the value of the context.
Return value
mixed
1 method overrides ConfigPagesContextInterface::getValue()
- ConfigPagesContextBase::getValue in src/
ConfigPagesContextBase.php - Return the value of the context. Needs to be overriden for concrete context.
File
- src/
ConfigPagesContextInterface.php, line 21
Class
Namespace
Drupal\config_pagesCode
public static function getValue();