Tar.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\system\Plugin\ArchiverFile
-
core/
modules/ system/ src/ Plugin/ Archiver/ Tar.php
View source
<?php
namespace Drupal\system\Plugin\Archiver;
use Drupal\Core\Archiver\Attribute\Archiver;
use Drupal\Core\Archiver\Tar as BaseTar;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
* Defines an archiver implementation for .tar files.
*/
class Tar extends BaseTar {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Tar | Defines an archiver implementation for .tar files. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.