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(private Composer $composer, private 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.
