You are here

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

The keywords input by the user so far.

Type: string|null

File

src/Suggestion/SuggestionFactory.php, line 19

Class

SuggestionFactory
Provides factory methods for simpler creation of autocomplete suggestions.

Namespace

Drupal\search_api_autocomplete\Suggestion

Code

protected $userInput;