You are here

protected property GravInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

GravInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'plugin' => 'user/plugins/{$name}/',
  'theme' => 'user/themes/{$name}/',
);