You are here

protected property DrupalInstaller::$locations in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php \Composer\Installers\DrupalInstaller::locations

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php, line 6

Class

DrupalInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'core' => 'core/',
  'module' => 'modules/{$name}/',
  'theme' => 'themes/{$name}/',
  'library' => 'libraries/{$name}/',
  'profile' => 'profiles/{$name}/',
  'drush' => 'drush/{$name}/',
);