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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Zip.php

class Zip

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

Defines an archiver implementation for .zip files.

@link http://php.net/zip

Hierarchy

  • class \Drupal\Core\Archiver\Zip implements \Drupal\Core\Archiver\ArchiverInterface
    • class \Drupal\system\Plugin\Archiver\Zip extends \Drupal\Core\Archiver\Zip

Expanded class hierarchy of Zip

11 string references to 'Zip'
ArchiveManager::getSupportedFormats in vendor/composer/composer/src/Composer/Package/Archiver/ArchiveManager.php
ArtifactRepository::getComposerInformation in vendor/composer/composer/src/Composer/Repository/ArtifactRepository.php
ArtifactRepository::__construct in vendor/composer/composer/src/Composer/Repository/ArtifactRepository.php
DiagnoseCommand::execute in vendor/composer/composer/src/Composer/Command/DiagnoseCommand.php
Executes the current command.
Factory::createDownloadManager in vendor/composer/composer/src/Composer/Factory.php

... See full list

File

core/modules/system/src/Plugin/Archiver/Zip.php, line 14

Namespace

Drupal\system\Plugin\Archiver
View source
class Zip extends BaseZip {

}
RSS feed
Powered by Drupal