Monorepo\Composer\MonorepoInstaller::getInstallPath PHP Method

getInstallPath() public method

Returns the installation path of a package
public getInstallPath ( Composer\Package\PackageInterface $package ) : string
$package Composer\Package\PackageInterface
return string path
    public function getInstallPath(PackageInterface $package)
    {
        return $package->getPrettyName();
        // Monorepo package names are directory paths.
    }