You are here

protected property Context::$contextValue in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Plugin/Context/Context.php \Drupal\Component\Plugin\Context\Context::contextValue
  2. 10 core/lib/Drupal/Component/Plugin/Context/Context.php \Drupal\Component\Plugin\Context\Context::contextValue

The value of the context.

Type: mixed

File

core/lib/Drupal/Component/Plugin/Context/Context.php, line 19

Class

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

Namespace

Drupal\Component\Plugin\Context

Code

protected $contextValue;