Smile\ElasticsuiteCore\Block\Search\Form\Autocomplete::getJsonPriceFormat PHP Méthode

getJsonPriceFormat() public méthode

Retrieve price format configuration in Json.
public getJsonPriceFormat ( ) : array
Résultat array
    public function getJsonPriceFormat()
    {
        return $this->jsonHelper->jsonEncode($this->getPriceFormat());
    }