You are here

public function ConfigPagesContextBase::getValue in Config Pages 8.3

Same name and namespace in other branches
  1. 8 src/ConfigPagesContextBase.php \Drupal\config_pages\ConfigPagesContextBase::getValue()
  2. 8.2 src/ConfigPagesContextBase.php \Drupal\config_pages\ConfigPagesContextBase::getValue()

Get the value of the context. Needs to be overridden for concrete context.

Return value

mixed Return the value of the context.

Overrides ConfigPagesContextInterface::getValue

1 method overrides ConfigPagesContextBase::getValue()
Language::getValue in src/Plugin/ConfigPagesContext/Language.php
Get the value of the context.

File

src/ConfigPagesContextBase.php, line 39

Class

ConfigPagesContextBase
Class ConfigPagesContextBase.

Namespace

Drupal\config_pages

Code

public function getValue() {
  return '';
}