N98\Magento\Command\LocalConfig\GenerateCommand::_getLocalConfigFilename PHP Method

_getLocalConfigFilename() protected method

protected _getLocalConfigFilename ( ) : string
return string
    protected function _getLocalConfigFilename()
    {
        $configFile = $this->_magentoRootFolder . '/app/etc/local.xml';
        return $configFile;
    }