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