1 config.inc | public ConfigStorageInterface::importArchive($file_uri) |
Import an archive of configuration files into the config storage managed by this object.
Parameters
string $file_uri: The URI of the tar archive file to import.
Return value
bool: TRUE on success, FALSE otherwise.
Throws
File
- core/
includes/ config.inc, line 1241 - This is the API for configuration storage.
Class
- ConfigStorageInterface
- Defines an interface for configuration storage controllers.
Code
public function importArchive($file_uri);