function BuilderInterface::__construct
Same name in other branches
- 9 composer/Generator/BuilderInterface.php \Drupal\Composer\Generator\BuilderInterface::__construct()
- 8.9.x composer/Generator/BuilderInterface.php \Drupal\Composer\Generator\BuilderInterface::__construct()
- 10 composer/Generator/BuilderInterface.php \Drupal\Composer\Generator\BuilderInterface::__construct()
BuilderInterface constructor.
Parameters
\Drupal\Composer\Generator\Util\DrupalCoreComposer $drupalCoreInfo: Information about the composer.json, composer.lock, and repository path.
1 method overrides BuilderInterface::__construct()
- DrupalPackageBuilder::__construct in composer/
Generator/ Builder/ DrupalPackageBuilder.php - DrupalPackageBuilder constructor.
File
-
composer/
Generator/ BuilderInterface.php, line 26
Class
- BuilderInterface
- Produce the output for a metapackage.
Namespace
Drupal\Composer\GeneratorCode
public function __construct(DrupalCoreComposer $drupalCoreInfo);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.