You are here

protected property ContextAwarePluginBase::$context in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\ContextAwarePluginBase::context

The data objects representing the context of this plugin.

Type: \Drupal\Component\Plugin\Context\ContextInterface[]

File

lib/Drupal/Component/Plugin/ContextAwarePluginBase.php, line 25
Contains \Drupal\Component\Plugin\ContextAwarePluginBase.

Class

ContextAwarePluginBase
Base class for plugins that are context aware.

Namespace

Drupal\Component\Plugin

Code

protected $context = [];