You are here

protected property Context::$contextData in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Plugin/Context/Context.php \Drupal\Core\Plugin\Context\Context::contextData

The data associated with the context.

Type: \Drupal\Core\TypedData\TypedDataInterface

File

core/lib/Drupal/Core/Plugin/Context/Context.php, line 26

Class

Context
A Drupal specific context wrapper class.

Namespace

Drupal\Core\Plugin\Context

Code

protected $contextData;