function DrupalCoreRecommendedBuilder::getPath
Return the path to where the metapackage should be written.
Return value
string Path to the metapackage.
Overrides BuilderInterface::getPath
File
- 
              composer/Generator/ Builder/ DrupalCoreRecommendedBuilder.php, line 15 
Class
- DrupalCoreRecommendedBuilder
- Builder to produce metapackage for drupal/core-recommended.
Namespace
Drupal\Composer\Generator\BuilderCode
public function getPath() {
  return 'CoreRecommended';
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
