You are here

protected property OxidInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

OxidInstaller

Namespace

Composer\Installers

Code

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