You are here

public function NormalizedReadOnlyStorage::getContext in Configuration Normalizer 8

Same name and namespace in other branches
  1. 2.0.x src/Config/NormalizedReadOnlyStorage.php \Drupal\config_normalizer\Config\NormalizedReadOnlyStorage::getContext()

Gets the context to be used for normalization.

Parameters

array: An array of key-value pairs to pass additional context when needed.

Overrides NormalizedReadOnlyStorageInterface::getContext

File

src/Config/NormalizedReadOnlyStorage.php, line 57

Class

NormalizedReadOnlyStorage
Defines the normalized read only storage.

Namespace

Drupal\config_normalizer\Config

Code

public function getContext() {
  return $this->context;
}