function UnpackManager::__construct
File
-
composer/
Plugin/ RecipeUnpack/ UnpackManager.php, line 28
Class
- UnpackManager
- Manages the recipe unpacking process.
Namespace
Drupal\Composer\Plugin\RecipeUnpackCode
public function __construct(Composer $composer, IOInterface $io) {
$this->rootComposer = new RootComposer($composer, $io);
$this->unpackOptions = UnpackOptions::create($composer->getPackage()
->getExtra());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.