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.
File
- core/
includes/ config.inc, line 1191 - This is the API for configuration storage.
Class
- ConfigStorageInterface
- Defines an interface for configuration storage controllers.
Code
public function decode($raw);