Sonata\ProductBundle\Controller\CatalogController::getCurrencyDetector PHP Method

getCurrencyDetector() protected method

protected getCurrencyDetector ( ) : CurrencyDetector
return Sonata\Component\Currency\CurrencyDetector
    protected function getCurrencyDetector()
    {
        return $this->get('sonata.price.currency.detector');
    }