You are here

protected property PhpBBInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

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

Class

PhpBBInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'extension' => 'ext/{$vendor}/{$name}/',
  'language' => 'language/{$name}/',
  'style' => 'styles/{$name}/',
);