property ArchiveTar::$_compress_type

Type: string Type of compression : 'none', 'gz' or 'bz2'

File

drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php, line 76

Class

ArchiveTar
Creates a (compressed) Tar archive

Namespace

Drupal\Component\Archiver

Code

var $_compress_type = 'none';