You are here

public function ConfigUpdaterInterface::loadFromActive in Commerce Core 8.2

Loads configuration from active storage.

Parameters

string $config_name: The configuration name.

Return value

array|false The configuration data, or FALSE if not found.

1 method overrides ConfigUpdaterInterface::loadFromActive()
ConfigUpdater::loadFromActive in src/Config/ConfigUpdater.php
Loads configuration from active storage.

File

src/Config/ConfigUpdaterInterface.php, line 59

Class

ConfigUpdaterInterface
Performs configuration updates.

Namespace

Drupal\commerce\Config

Code

public function loadFromActive($config_name);