Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGetParamExcludes PHP Method

_getGetParamExcludes() protected method

Format the GET variable excludes for insertion in a regex
protected _getGetParamExcludes ( ) : string
return string
    protected function _getGetParamExcludes()
    {
        return implode('|', Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('turpentine_vcl/params/get_params')));
    }