You are here

public function PackageManager::__construct in Ludwig 8

Constructs a new PackageManager object.

Parameters

string $root: The app root.

File

src/PackageManager.php, line 29

Class

PackageManager
Provides information about ludwig-managed packages.

Namespace

Drupal\ludwig

Code

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