You are here

protected property HuradInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

HuradInstaller

Namespace

Composer\Installers

Code

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