Overrides BaseInstaller::getInstallPath
public function getInstallPath(PackageInterface $package, string $frameworkType = '') : string { $installPath = parent::getInstallPath($package, $frameworkType); $type = $this->package ->getType(); if ($type === 'oxid-module') { $this->prepareVendorDirectory($installPath); } return $installPath; }