public function BaseInstaller::getLocations in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Composer\InstallersCode
public function getLocations() {
return $this->locations;
}