You are here

public function ContextAwarePluginInterface::getContexts in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php \Drupal\Component\Plugin\ContextAwarePluginInterface::getContexts()

Gets the defined contexts.

Return value

array The set context objects.

Throws

\Drupal\Component\Plugin\Exception\PluginException If contexts are defined but not set.

1 method overrides ContextAwarePluginInterface::getContexts()
ContextAwarePluginBase::getContexts in lib/Drupal/Component/Plugin/ContextAwarePluginBase.php
Gets the defined contexts.

File

lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php, line 53
Contains \Drupal\Component\Plugin\ContextAwarePluginInterface.

Class

ContextAwarePluginInterface
Interface for defining context aware plugins.

Namespace

Drupal\Component\Plugin

Code

public function getContexts();