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

Breadcrumb

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

function Bitbucket::getToken

File

vendor/composer/composer/src/Composer/Util/Bitbucket.php, line 58

Class

Bitbucket
@author Paul Wenke <wenke.paul@gmail.com>

Namespace

Composer\Util

Code

public function getToken() : string {
    if (!isset($this->token['access_token'])) {
        return '';
    }
    return $this->token['access_token'];
}
RSS feed
Powered by Drupal