protected property ContextAwarePluginBase::$context in Drupal 8
Same name and namespace in other branches
- 9 core/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
- core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php, line 21
Class
- ContextAwarePluginBase
- Base class for plugins that are context aware.
Namespace
Drupal\Component\PluginCode
protected $context = [];