You are here

public static function ConfigPagesContextBase::getValue in Config Pages 8

Same name and namespace in other branches
  1. 8.3 src/ConfigPagesContextBase.php \Drupal\config_pages\ConfigPagesContextBase::getValue()
  2. 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

ConfigPagesContextBase

Namespace

Drupal\config_pages

Code

public static function getValue() {
  return '';
}