N98\Magento\Application\Console\EventSubscriber\CheckRootUser::_isSkipRootCheck PHP Method

_isSkipRootCheck() protected method

protected _isSkipRootCheck ( Symfony\Component\Console\Input\InputInterface $input ) : boolean
$input Symfony\Component\Console\Input\InputInterface
return boolean
    protected function _isSkipRootCheck(InputInterface $input)
    {
        return $input->hasParameterOption('--skip-root-check');
    }