function ContextAwarePluginBase::setContextValue
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php \Drupal\Core\Plugin\ContextAwarePluginBase::setContextValue()
- 8.9.x core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\ContextAwarePluginBase::setContextValue()
Overrides ContextAwarePluginInterface::setContextValue
File
-
core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php, line 155
Class
- ContextAwarePluginBase
- Base class for plugins that are context aware.
Namespace
Drupal\Component\PluginCode
public function setContextValue($name, $value) {
$this->context[$name] = new Context($this->getContextDefinition($name), $value);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.