Smile\ElasticsuiteCore\Block\Search\Form\Autocomplete::getPriceFormat PHP Method

getPriceFormat() protected method

Retrieve price format configuration.
protected getPriceFormat ( ) : array
return array
    protected function getPriceFormat()
    {
        return $this->localeFormat->getPriceFormat();
    }