public function EntityEmbedDisplayBase::getContextValues in Entity Embed 8
Gets the values for all defined contexts.
Return value
array An array of set context values, keyed by context name.
File
- src/
EntityEmbedDisplay/ EntityEmbedDisplayBase.php, line 226
Class
- EntityEmbedDisplayBase
- Defines a base Entity Embed Display implementation.
Namespace
Drupal\entity_embed\EntityEmbedDisplayCode
public function getContextValues() {
return $this->context;
}