1 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

ConfigStorageException

File

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

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public function exportArchive($file_uri);