You are here

public function ArchiverInterface::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

File

lib/backup_migrate_core/src/Service/ArchiverInterface.php, line 51

Class

ArchiverInterface
Interface ArchiveWriterInterface.

Namespace

BackupMigrate\Core\Service

Code

public function closeArchive();