Reads configuration data from the storage.
string $name: The name of a configuration object to load.
array|bool The configuration data stored for the configuration object name. If no configuration data exists for the given name, FALSE is returned.
public function read($name);