You are here

public static function ConfigPagesContextInterface::getValue in Config Pages 8

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

ConfigPagesContextInterface

Namespace

Drupal\config_pages

Code

public static function getValue();