Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getVclFilename PHP Method

_getVclFilename() protected method

Get the name of the file to save the VCL to
protected _getVclFilename ( ) : string
return string
    protected function _getVclFilename()
    {
        return $this->_formatTemplate(Mage::getStoreConfig('turpentine_varnish/servers/config_file'), array('root_dir' => Mage::getBaseDir()));
    }