You are here

public function ConfigUpdaterInterface::import in Commerce Core 8.2

Imports configuration from extension storage to active storage.

Parameters

string[] $config_names: The configuration names.

Return value

\Drupal\commerce\Config\ConfigUpdateResult The result.

1 method overrides ConfigUpdaterInterface::import()
ConfigUpdater::import in src/Config/ConfigUpdater.php
Imports configuration from extension storage to active storage.

File

src/Config/ConfigUpdaterInterface.php, line 24

Class

ConfigUpdaterInterface
Performs configuration updates.

Namespace

Drupal\commerce\Config

Code

public function import(array $config_names);