You are here

public function SuggestionInterface::getUserInput in Search API Autocomplete 8

The input entered by the user, if it should be included in the label.

Return value

string|null The input provided by the user.

1 method overrides SuggestionInterface::getUserInput()
Suggestion::getUserInput in src/Suggestion/Suggestion.php
The input entered by the user, if it should be included in the label.

File

src/Suggestion/SuggestionInterface.php, line 70

Class

SuggestionInterface
Defines a single autocompletion suggestion.

Namespace

Drupal\search_api_autocomplete\Suggestion

Code

public function getUserInput();