Archiver for .tar files.

Hierarchy

Expanded class hierarchy of ArchiverTar

File

core/modules/system/system.archiver.inc, line 10
Archiver implementations provided by the system module.

Members

Contains filters are case sensitive
Namesort ascending Modifiers Type Description
ArchiverTar::__construct public function Constructs a new archiver instance. Overrides ArchiverInterface::__construct
ArchiverTar::remove public function Removes the specified file from the archive. Overrides ArchiverInterface::remove
ArchiverTar::listContents public function Lists all files in the archive. Overrides ArchiverInterface::listContents
ArchiverTar::getArchive public function Retrieve the tar engine itself.
ArchiverTar::extract public function Extracts multiple files in the archive to the specified path. Overrides ArchiverInterface::extract
ArchiverTar::add public function Adds the specified file or directory to the archive. Overrides ArchiverInterface::add
ArchiverTar::$tar protected property The underlying Archive_Tar instance that does the heavy lifting.