Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContextAwarePluginInterface.php

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.

File

core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php, line 71

Class

ContextAwarePluginInterface
Interface for defining context aware plugins.

Namespace

Drupal\Component\Plugin

Code

public function getContextValues();
RSS feed
Powered by Drupal