You are here

public function ConfigInterface::set in Backup and Migrate 8.4

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 lib/backup_migrate_core/src/Config/Config.php
Set a setting value.

File

lib/backup_migrate_core/src/Config/ConfigInterface.php, line 26

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

BackupMigrate\Core\Config

Code

public function set($key, $value);