public function ContextAwarePluginInterface::setContext in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php \Drupal\Component\Plugin\ContextAwarePluginInterface::setContext()
- 10 core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php \Drupal\Component\Plugin\ContextAwarePluginInterface::setContext()
Set a context on this plugin.
Parameters
string $name: The name of the context in the plugin configuration.
\Drupal\Component\Plugin\Context\ContextInterface $context: The context object to set.
1 method overrides ContextAwarePluginInterface::setContext()
- ContextAwarePluginBase::setContext in core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Set a context on this plugin.
File
- core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginInterface.php, line 95
Class
- ContextAwarePluginInterface
- Interface for defining context aware plugins.
Namespace
Drupal\Component\PluginCode
public function setContext($name, ContextInterface $context);