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

Breadcrumb

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

function VcsRepository::getEmptyReferences

Return value

string[]

File

vendor/composer/composer/src/Composer/Repository/VcsRepository.php, line 170

Class

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

Namespace

Composer\Repository

Code

public function getEmptyReferences() : array {
    return $this->emptyReferences;
}
RSS feed
Powered by Drupal