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

Breadcrumb

  1. Drupal Core 11.1.x

Zip.php

Same filename in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/Util/Zip.php
  2. 11.1.x core/lib/Drupal/Core/Archiver/Zip.php

Namespace

Drupal\system\Plugin\Archiver

File

core/modules/system/src/Plugin/Archiver/Zip.php

View source
<?php

namespace Drupal\system\Plugin\Archiver;

use Drupal\Core\Archiver\Attribute\Archiver;
use Drupal\Core\Archiver\Zip as BaseZip;
use Drupal\Core\StringTranslation\TranslatableMarkup;

/**
 * Defines an archiver implementation for .zip files.
 *
 * @link http://php.net/zip
 */
class Zip extends BaseZip {

}

Classes

Title Deprecated Summary
Zip Defines an archiver implementation for .zip files.
RSS feed
Powered by Drupal