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

Breadcrumb

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

function GitDownloader::__construct

Overrides VcsDownloader::__construct

File

vendor/composer/composer/src/Composer/Downloader/GitDownloader.php, line 52

Class

GitDownloader
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\Downloader

Code

public function __construct(IOInterface $io, Config $config, ?ProcessExecutor $process = null, ?Filesystem $fs = null) {
    parent::__construct($io, $config, $process, $fs);
    $this->gitUtil = new GitUtil($this->io, $this->config, $this->process, $this->filesystem);
}

API Navigation

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