You are here

public function ConfigInterface::set in Backup and Migrate 5.0.x

Set a setting value.

Parameters

string $key: The key for the setting.

mixed $value: The value for the setting.

1 method overrides ConfigInterface::set()
Config::set in src/Core/Config/Config.php
Set a setting value.

File

src/Core/Config/ConfigInterface.php, line 31

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

Drupal\backup_migrate\Core\Config

Code

public function set($key, $value);