public function ContextAwarePluginInterface::setContext in Plug 7
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 lib/
Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Set a context on this plugin.
File
- lib/
Drupal/ Component/ Plugin/ ContextAwarePluginInterface.php, line 100 - Contains \Drupal\Component\Plugin\ContextAwarePluginInterface.
Class
- ContextAwarePluginInterface
- Interface for defining context aware plugins.
Namespace
Drupal\Component\PluginCode
public function setContext($name, ContextInterface $context);