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

getJsonSuggestRenderers() public method

Retrieve Renderers used to draw the suggest in JSON format
public getJsonSuggestRenderers ( ) : string
return string
    public function getJsonSuggestRenderers()
    {
        $templates = $this->getSuggestRenderers();
        return $this->jsonHelper->jsonEncode($templates);
    }