You are here

protected property PPIInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

PPIInstaller

Namespace

Composer\Installers

Code

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