You are here

public function ArchiverInterface::closeArchive in Backup and Migrate 5.0.x

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

src/Core/Service/ArchiverInterface.php, line 56

Class

ArchiverInterface
Interface ArchiveWriterInterface.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function closeArchive();