Shopware\Plugin\Command\InstallCommand::getShopwarePath PHP Method

getShopwarePath() protected method

protected getShopwarePath ( ) : string
return string
    protected function getShopwarePath()
    {
        $this->container->get('utilities')->changeDir($this->shopwarePath);
        return $this->shopwarePath;
    }