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

getInstallService() public method

public getInstallService ( ) : Install
return Shopware\Plugin\Services\Install
    public function getInstallService()
    {
        return $this->container->get('install_service');
    }