You are here

protected property ElggInstaller::$locations in Zircon Profile 8.0

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

Overrides BaseInstaller::$locations

File

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

Class

ElggInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'plugin' => 'mod/{$name}/',
);