Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Tar.php

Same filename in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/Util/Tar.php
  2. 11.1.x vendor/pear/archive_tar/Archive/Tar.php
  3. 11.1.x core/lib/Drupal/Core/Archiver/Tar.php

Namespace

Drupal\system\Plugin\Archiver

File

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.
RSS feed
Powered by Drupal