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

Breadcrumb

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

ComposerRepository::$packagesNotFoundCache

useful for v2 metadata repositories with lazy providers @phpstan-var array<string, true>

Type: array list of package names which returned a 404 and should not be re-fetched in case loadPackage is called several times

File

vendor/composer/composer/src/Composer/Repository/ComposerRepository.php, line 127

Class

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

Namespace

Composer\Repository

Code

private $packagesNotFoundCache = [];
RSS feed
Powered by Drupal