You are here

public function NormalizedReadOnlyStorageInterface::getContext in Configuration Normalizer 8

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

Gets the context to be used for normalization.

Parameters

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

1 method overrides NormalizedReadOnlyStorageInterface::getContext()
NormalizedReadOnlyStorage::getContext in src/Config/NormalizedReadOnlyStorage.php
Gets the context to be used for normalization.

File

src/Config/NormalizedReadOnlyStorageInterface.php, line 62

Class

NormalizedReadOnlyStorageInterface
Interface for a normalized read only storage.

Namespace

Drupal\config_normalizer\Config

Code

public function getContext();