protected property Context::$contextValue in Drupal 9
Same name and namespace in other branches
- 8 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\ContextCode
protected $contextValue;