Magestead\Helper\Options::setMagento2Settings PHP Method

setMagento2Settings() protected method

protected setMagento2Settings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | integer
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return boolean | integer
    protected function setMagento2Settings($helper, InputInterface $input, OutputInterface $output)
    {
        if ($this->_app === 'magento2') {
            $this->installSampleData($helper, $input, $output);
            return $this->verifyAuth($helper, $input, $output);
        }
        return true;
    }