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

Breadcrumb

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

function GitBitbucketDriver::getUrl

@inheritDoc

Overrides VcsDriverInterface::getUrl

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

File

vendor/composer/composer/src/Composer/Repository/Vcs/GitBitbucketDriver.php, line 88

Class

GitBitbucketDriver
@author Per Bernhardt <plb@webfactory.de>

Namespace

Composer\Repository\Vcs

Code

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