You are here

public function PackageManager::__construct in Composer Manager 8

Constructs a PackageManager object.

Parameters

string $root: The drupal root.

File

src/PackageManager.php, line 30

Class

PackageManager
Manages composer packages.

Namespace

Drupal\composer_manager

Code

public function __construct($root) {
  $this->root = $root;
}