You are here

public function BaseInstaller::getLocations in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/composer/installers/src/Composer/Installers/BaseInstaller.php \Composer\Installers\BaseInstaller::getLocations()

Gets the installer's locations

Return value

array

1 call to BaseInstaller::getLocations()
BaseInstaller::getInstallPath in vendor/composer/installers/src/Composer/Installers/BaseInstaller.php
Return the install path based on package type.
1 method overrides BaseInstaller::getLocations()
CakePHPInstaller::getLocations in vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php
Change the default plugin location when cakephp >= 3.0

File

vendor/composer/installers/src/Composer/Installers/BaseInstaller.php, line 86

Class

BaseInstaller

Namespace

Composer\Installers

Code

public function getLocations() {
  return $this->locations;
}