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

Breadcrumb

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

function GitHubDriver::setupGitDriver

2 calls to GitHubDriver::setupGitDriver()
GitHubDriver::attemptCloneFallback in vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php
@phpstan-impure
GitHubDriver::initialize in vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php, line 597

Class

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

Namespace

Composer\Repository\Vcs

Code

protected function setupGitDriver(string $url) : void {
    $this->gitDriver = new GitDriver([
        'url' => $url,
    ], $this->io, $this->config, $this->httpDownloader, $this->process);
    $this->gitDriver
        ->initialize();
}
RSS feed
Powered by Drupal