You are here

public function SuggestionInterface::setRender in Search API Autocomplete 8

Sets the render array.

Parameters

array|null $render: The render array.

Return value

$this

1 method overrides SuggestionInterface::setRender()
Suggestion::setRender in src/Suggestion/Suggestion.php
Sets the render array.

File

src/Suggestion/SuggestionInterface.php, line 188

Class

SuggestionInterface
Defines a single autocompletion suggestion.

Namespace

Drupal\search_api_autocomplete\Suggestion

Code

public function setRender($render);