function BuilderInterface::getPath
Same name in other branches
- 9 composer/Generator/BuilderInterface.php \Drupal\Composer\Generator\BuilderInterface::getPath()
- 8.9.x composer/Generator/BuilderInterface.php \Drupal\Composer\Generator\BuilderInterface::getPath()
- 11.x composer/Generator/BuilderInterface.php \Drupal\Composer\Generator\BuilderInterface::getPath()
Return the path to where the metapackage should be written.
Return value
string Path to the metapackage.
3 methods override BuilderInterface::getPath()
- DrupalCoreRecommendedBuilder::getPath in composer/
Generator/ Builder/ DrupalCoreRecommendedBuilder.php - Return the path to where the metapackage should be written.
- DrupalDevDependenciesBuilder::getPath in composer/
Generator/ Builder/ DrupalDevDependenciesBuilder.php - Return the path to where the metapackage should be written.
- DrupalPinnedDevDependenciesBuilder::getPath in composer/
Generator/ Builder/ DrupalPinnedDevDependenciesBuilder.php - Return the path to where the metapackage should be written.
File
-
composer/
Generator/ BuilderInterface.php, line 34
Class
- BuilderInterface
- Produce the output for a metapackage.
Namespace
Drupal\Composer\GeneratorCode
public function getPath();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.