public Tar::add($file_path) Adds the specified file
Defines a archiver implementation for .tar files. Hierarchy class \Drupal\Core\Archiver\
public Tar::getArchive() Retrieves the tar engine
public Tar::remove($file_path) Removes the specified
public Tar::__construct($file_path) Constructs a
public Tar::extract($path, array $files = array()) Extracts
public Tar::listContents() Lists all files in the
The underlying ArchiveTar instance that does the heavy lifting. Type: \Drupal\Core\Archiver\ArchiveTar