function LibraryInstaller::initializeVendorDir
Return value
void
6 calls to LibraryInstaller::initializeVendorDir()
- LibraryInstaller::cleanup in vendor/
composer/ composer/ src/ Composer/ Installer/ LibraryInstaller.php - @inheritDoc
- LibraryInstaller::download in vendor/
composer/ composer/ src/ Composer/ Installer/ LibraryInstaller.php - @inheritDoc
- LibraryInstaller::getInstallPath in vendor/
composer/ composer/ src/ Composer/ Installer/ LibraryInstaller.php - @inheritDoc
- LibraryInstaller::install in vendor/
composer/ composer/ src/ Composer/ Installer/ LibraryInstaller.php - @inheritDoc
- LibraryInstaller::prepare in vendor/
composer/ composer/ src/ Composer/ Installer/ LibraryInstaller.php - @inheritDoc
File
-
vendor/
composer/ composer/ src/ Composer/ Installer/ LibraryInstaller.php, line 333
Class
- LibraryInstaller
- Package installation manager.
Namespace
Composer\InstallerCode
protected function initializeVendorDir() {
$this->filesystem
->ensureDirectoryExists($this->vendorDir);
$this->vendorDir = realpath($this->vendorDir);
}