public function ContextInterface::setOverrides

Sets the override data for a configuration object.

Parameters

string $config_name: Configuration name.

array data: The override data.

1 method overrides ContextInterface::setOverrides()
ConfigContext::setOverrides in drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php
Implements \Drupal\Core\Config\Context\ContextInterface::setOverride().

File

drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php, line 88
Contains \Drupal\Core\Config\Context\ContextInterface.

Class

ContextInterface
Defines the configuration context interface.

Namespace

Drupal\Core\Config\Context

Code

public function setOverrides($config_name, $data);