Monorepo\Composer\MonorepoInstaller::getInstallPath PHP 메소드

getInstallPath() 공개 메소드

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