You are here

public function DrupalCoreRecommendedBuilder::getPath in Drupal 8

Same name and namespace in other branches
  1. 9 composer/Generator/Builder/DrupalCoreRecommendedBuilder.php \Drupal\Composer\Generator\Builder\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\Builder

Code

public function getPath() {
  return 'CoreRecommended';
}