You are here

public function ArchiveWriterInterface::closeArchive in Backup and Migrate 8.4

This will be called when all files have been added. It gives the implementation a chance to clean up and commit the changes if needed.

Return value

mixed

1 method overrides ArchiveWriterInterface::closeArchive()
TarArchiveWriter::closeArchive in lib/backup_migrate_core/src/Service/TarArchiveWriter.php
This will be called when all files have been added. It gives the implementation a chance to clean up and commit the changes if needed.

File

lib/backup_migrate_core/src/Service/ArchiveWriterInterface.php, line 42

Class

ArchiveWriterInterface
Interface ArchiveReaderInterface.

Namespace

BackupMigrate\Core\Service

Code

public function closeArchive();