public function ArchiveReaderInterface::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
1 method overrides ArchiveReaderInterface::closeArchive()
- TarArchiveReader::closeArchive in src/
Core/ Service/ TarArchiveReader.php - This will be called when all files have been added.
File
- src/
Core/ Service/ ArchiveReaderInterface.php, line 49
Class
- ArchiveReaderInterface
- Interface ArchiveWriterInterface.
Namespace
Drupal\backup_migrate\Core\ServiceCode
public function closeArchive();