You are here

class Tar in Drupal 10

Same name in this branch
  1. 10 core/lib/Drupal/Core/Archiver/Tar.php \Drupal\Core\Archiver\Tar
  2. 10 core/modules/system/src/Plugin/Archiver/Tar.php \Drupal\system\Plugin\Archiver\Tar
Same name and namespace in other branches
  1. 8 core/modules/system/src/Plugin/Archiver/Tar.php \Drupal\system\Plugin\Archiver\Tar
  2. 9 core/modules/system/src/Plugin/Archiver/Tar.php \Drupal\system\Plugin\Archiver\Tar

Defines an archiver implementation for .tar files.

Plugin annotation


@Archiver(
  id = "Tar",
  title = @Translation("Tar"),
  description = @Translation("Handles .tar files."),
  extensions = {"tar", "tgz", "tar.gz", "tar.bz2"}
)

Hierarchy

Expanded class hierarchy of Tar

File

core/modules/system/src/Plugin/Archiver/Tar.php, line 17

Namespace

Drupal\system\Plugin\Archiver
View source
class Tar extends BaseTar {

}

Members