You are here

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

Set all from an array.

Parameters

array $values: An associative array of settings.

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

File

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

Class

ConfigInterface
Provides an interface defining a backup source.

Namespace

Drupal\backup_migrate\Core\Config

Code

public function fromArray(array $values);