public function ContextAwareVariantInterface::setContexts

public ContextAwareVariantInterface::setContexts(array $contexts)

Sets the context values for this display variant.

Parameters

\Drupal\Component\Plugin\Context\ContextInterface[] $contexts: An array of contexts, keyed by context name.

Return value

$this

File

core/lib/Drupal/Core/Display/ContextAwareVariantInterface.php, line 26

Class

ContextAwareVariantInterface
Provides an interface for variant plugins that are context-aware.

Namespace

Drupal\Core\Display

Code

public function setContexts(array $contexts);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Display!ContextAwareVariantInterface.php/function/ContextAwareVariantInterface::setContexts/8.1.x