1.20.x config.inc | public ConfigStorageInterface::exportArchive($file_uri) |
Export an archive of configuration files from the config storage managed by this object.
Parameters
string $file_uri: The URI of the tar archive file to create.
Return value
bool: TRUE on success, FALSE otherwise.
Throws
File
- includes/
config.inc, line 1282 - This is the API for configuration storage.
Class
- ConfigStorageInterface
- Defines an interface for configuration storage controllers.
Code
public function exportArchive($file_uri);