1 config.inc public ConfigStorageInterface::readMultiple(array $names)

Reads configuration data from the storage.

Parameters

array $name: List of names of the configuration objects to load.

Return value

array: A list of the configuration data stored for the configuration object name that could be loaded for the passed list of names.

Throws

ConfigStorageException

File

core/includes/config.inc, line 1111
This is the API for configuration storage.

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public function readMultiple(array $names);