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

Breadcrumb

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

function GitHubDriver::getRepoData

Gives back the loaded <github-api>/repos/<owner>/<repo> result

Return value

mixed[]|null

File

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

Class

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

Namespace

Composer\Repository\Vcs

Code

public function getRepoData() : ?array {
    $this->fetchRootIdentifier();
    return $this->repoData;
}
RSS feed
Powered by Drupal