You are here

protected property FuelInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

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

Class

FuelInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'module' => 'fuel/app/modules/{$name}/',
  'package' => 'fuel/packages/{$name}/',
  'theme' => 'fuel/app/themes/{$name}/',
);