You are here

public function ConfigInterface::fromArray in Backup and Migrate 8.4

Set all from an array.

Parameters

array $values An associative array of settings.:

1 method overrides ConfigInterface::fromArray()
Config::fromArray in lib/backup_migrate_core/src/Config/Config.php
Set all from an array.

File

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

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

BackupMigrate\Core\Config

Code

public function fromArray($values);