You are here

protected property Suggestion::$userInput in Search API Autocomplete 8

The input entered by the user. Defaults to $user_input.

Type: string|null

File

src/Suggestion/Suggestion.php, line 52

Class

Suggestion
Provides a value object meant to be used as result of suggestions.

Namespace

Drupal\search_api_autocomplete\Suggestion

Code

protected $userInput;