You are here

public function ContextAwarePluginInterface::setContext in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 100
Contains \Drupal\Component\Plugin\ContextAwarePluginInterface.

Class

ContextAwarePluginInterface
Interface for defining context aware plugins.

Namespace

Drupal\Component\Plugin

Code

public function setContext($name, ContextInterface $context);