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

Breadcrumb

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

function VcsRepository::hadInvalidBranches

File

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

Class

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

Namespace

Composer\Repository

Code

public function hadInvalidBranches() : bool {
    return $this->branchErrorOccurred;
}
RSS feed
Powered by Drupal