You are here

protected property AsgardInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

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

Class

AsgardInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'module' => 'Modules/{$name}/',
  'theme' => 'Themes/{$name}/',
);