Nwidart\Modules\Process\Installer::getDestinationPath PHP Method

getDestinationPath() public method

Get destination path.
public getDestinationPath ( ) : string
return string
    public function getDestinationPath()
    {
        if ($this->path) {
            return $this->path;
        }
        return $this->repository->getModulePath($this->getModuleName());
    }