Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getCrawlerUserAgents PHP Method

_getCrawlerUserAgents() protected method

Get the regex formatted list of crawler user agents
protected _getCrawlerUserAgents ( ) : string
return string
    protected function _getCrawlerUserAgents()
    {
        return implode('|', Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('turpentine_vcl/backend/crawler_user_agents')));
    }