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

Breadcrumb

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

function LibraryInstaller::getDownloadManager

File

vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php, line 339

Class

LibraryInstaller
Package installation manager.

Namespace

Composer\Installer

Code

protected function getDownloadManager() : DownloadManager {
    assert($this->downloadManager instanceof DownloadManager, new \LogicException(self::class . ' should be initialized with a fully loaded Composer instance to be able to install/... packages'));
    return $this->downloadManager;
}

API Navigation

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