You are here

public function ConfigPagesContextInterface::getValue in Config Pages 8.3

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

Get the value of the context.

Return value

mixed Return value of the context.

1 method overrides ConfigPagesContextInterface::getValue()
ConfigPagesContextBase::getValue in src/ConfigPagesContextBase.php
Get the value of the context. Needs to be overridden for concrete context.

File

src/ConfigPagesContextInterface.php, line 26

Class

ConfigPagesContextInterface
Provides an interface defining a context config page.

Namespace

Drupal\config_pages

Code

public function getValue();