public function ContextAwarePluginInterface::getContextValues

Gets the values for all defined contexts.

Return value

array An array of set context values, keyed by context name. If a context is unset its value is returned as NULL.

1 method overrides ContextAwarePluginInterface::getContextValues()

File

drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php, line 74
Contains \Drupal\Component\Plugin\ContextAwarePluginInterface.

Class

ContextAwarePluginInterface
Interface for defining context aware plugins.

Namespace

Drupal\Component\Plugin

Code

public function getContextValues();