You are here

protected property OctoberInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

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

Class

OctoberInstaller

Namespace

Composer\Installers

Code

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