InstalledVersions::getInstallPath( string $packageName )
Contents
Parameters Parameters
- $packageName
-
(Required)
Return Return
(string|null) If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path.
Source Source
File: vendor/composer/InstalledVersions.php
Expand full source code Collapse full source code View on Github