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

Breadcrumb

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

function GitLabDriver::setHttpDownloader

Updates the HttpDownloader instance. Mainly useful for tests.

@internal

File

vendor/composer/composer/src/Composer/Repository/Vcs/GitLabDriver.php, line 141

Class

GitLabDriver
Driver for GitLab API, use the Git driver for local checkouts.

Namespace

Composer\Repository\Vcs

Code

public function setHttpDownloader(HttpDownloader $httpDownloader) : void {
    $this->httpDownloader = $httpDownloader;
}
RSS feed
Powered by Drupal