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

Breadcrumb

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

function GitDriver::getUrl

@inheritDoc

Overrides VcsDriverInterface::getUrl

1 call to GitDriver::getUrl()
GitDriver::getSource in vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php, line 123

Class

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

Namespace

Composer\Repository\Vcs

Code

public function getUrl() : string {
    return $this->url;
}
RSS feed
Powered by Drupal