You are here

public function ConfigImporter::setConfigStorage in Currency 8.3

Sets the config storage.

Parameters

\Drupal\Core\Config\StorageInterface:

File

src/ConfigImporter.php, line 98

Class

ConfigImporter
Provides a config importer.

Namespace

Drupal\currency

Code

public function setConfigStorage(StorageInterface $storage) {
  $this->configStorage = $storage;
}