You are here

protected property PiwikInstaller::$locations in Zircon Profile 8.0

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

Type: array

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php, line 14

Class

PiwikInstaller
Class PiwikInstaller

Namespace

Composer\Installers

Code

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