protected function WebformSubmissionExporter::getArchiveTar in Webform 8.5
Construct an instance of archive tar object.
Return value
\Archive_Tar Archive tar object.
Deprecated
Scheduled for removal in Webform 8.x-6.x
File
- src/
WebformSubmissionExporter.php, line 1098
Class
- WebformSubmissionExporter
- Webform submission exporter.
Namespace
Drupal\webformCode
protected function getArchiveTar() {
return new \Archive_Tar($this
->getArchiveFilePath(), 'gz');
}