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

Breadcrumb

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

PoolBuilder::$pathRepoUnlocked

Keeps a list of dependencies which are locked but were auto-unlocked as they are path repositories

This half-unlocked state means the package itself will update but the UPDATE_LISTED_WITH_TRANSITIVE_DEPS* flags will not apply until the package really gets unlocked in some other way than being a path repo

Type: array

File

vendor/composer/composer/src/Composer/DependencyResolver/PoolBuilder.php, line 132

Class

PoolBuilder
@author Nils Adermann <naderman@naderman.de>

Namespace

Composer\DependencyResolver

Code

private $pathRepoUnlocked = [];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal