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

Breadcrumb

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

function ArchiveDownloader::cleanup

Overrides FileDownloader::cleanup

File

vendor/composer/composer/src/Composer/Downloader/ArchiveDownloader.php, line 42

Class

ArchiveDownloader
Base downloader for archives

Namespace

Composer\Downloader

Code

public function cleanup(string $type, PackageInterface $package, string $path, ?PackageInterface $prevPackage = null) : PromiseInterface {
    $this->cleanupExecuted[$package->getName()] = true;
    return parent::cleanup($type, $package, $path, $prevPackage);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal