You are here

protected property JoomlaInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

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

Class

JoomlaInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'component' => 'components/{$name}/',
  'module' => 'modules/{$name}/',
  'template' => 'templates/{$name}/',
  'plugin' => 'plugins/{$name}/',
  'library' => 'libraries/{$name}/',
);