1 config.inc public ConfigStorageInterface::decode($raw)

Decodes configuration data from the storage-specific format.

Parameters

string $raw: The raw configuration data string to decode.

Return value

array: The decoded configuration data as an associative array.

This is a publicly accessible static method to allow for alternative usages in data conversion scripts and also tests.

File

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

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public function decode($raw);