public function Context::getContextValue

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Plugin/Context/Context.php \Drupal\Core\Plugin\Context\Context::getContextValue()
  2. 8.x drupal/core/lib/Drupal/Component/Plugin/Context/Context.php \Drupal\Component\Plugin\Context\Context::getContextValue()

Implements \Drupal\Component\Plugin\Context\ContextInterface::getContextValue().

Overrides ContextInterface::getContextValue

3 calls to Context::getContextValue()
Context::getContextValue in drupal/core/lib/Drupal/Core/Plugin/Context/Context.php
Overrides \Drupal\Component\Plugin\Context\Context::getContextValue().
Context::getTypedContext in drupal/core/lib/Drupal/Core/Plugin/Context/Context.php
Gets the context value as typed data object.
Context::validate in drupal/core/lib/Drupal/Component/Plugin/Context/Context.php
Implements \Drupal\Component\Plugin\Context\ContextInterface::validate().
1 method overrides Context::getContextValue()
Context::getContextValue in drupal/core/lib/Drupal/Core/Plugin/Context/Context.php
Overrides \Drupal\Component\Plugin\Context\Context::getContextValue().

File

drupal/core/lib/Drupal/Component/Plugin/Context/Context.php, line 50
Contains \Drupal\Component\Plugin\Context\Context.

Class

Context
A generic context class for wrapping data a plugin needs to operate.

Namespace

Drupal\Component\Plugin\Context

Code

public function getContextValue() {
  return $this->contextValue;
}