public function ContextAwarePluginInterface::getContextValues in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php \Drupal\Component\Plugin\ContextAwarePluginInterface::getContextValues()
- 10 core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php \Drupal\Component\Plugin\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()
- ContextAwarePluginBase::getContextValues in core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Gets the values for all defined contexts.
File
- core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginInterface.php, line 71
Class
- ContextAwarePluginInterface
- Interface for defining context aware plugins.
Namespace
Drupal\Component\PluginCode
public function getContextValues();