1 config.inc | public ConfigStorageInterface::read($name) |
Reads configuration data from the storage.
Parameters
string $name: The name of a configuration object to load.
Return value
array|bool: The configuration data stored for the configuration object name. If no configuration data exists for the given name, FALSE is returned.
Throws
File
- core/
includes/ config.inc, line 1103 - This is the API for configuration storage.
Class
- ConfigStorageInterface
- Defines an interface for configuration storage controllers.
Code
public function read($name);