You are here

protected property RedaxoInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

RedaxoInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'addon' => 'redaxo/include/addons/{$name}/',
  'bestyle-plugin' => 'redaxo/include/addons/be_style/plugins/{$name}/',
);