1 config.inc public ConfigStorageInterface::write($name, array $data)

Writes configuration data to the storage.

Parameters

string $name: The name of a configuration object to save.

array $data: The configuration data to write.

Return value

bool: TRUE on success, FALSE in case of an error.

File

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

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public function write($name, array $data);