public function ConfigPagesContextInterface::getValue in Config Pages 8.2
Same name and namespace in other branches
- 8.3 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface::getValue()
- 8 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_pagesCode
public function getValue();