You are here

public function ArchiveReaderInterface::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 ArchiveReaderInterface::closeArchive()
TarArchiveReader::closeArchive in lib/backup_migrate_core/src/Service/TarArchiveReader.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/ArchiveReaderInterface.php, line 44

Class

ArchiveReaderInterface
Interface ArchiveWriterInterface.

Namespace

BackupMigrate\Core\Service

Code

public function closeArchive();