protected property Search::$suggester_settings in Search API Autocomplete 8
The settings of the suggesters selected for this search.
The array has the following structure:
[
'SUGGESTER_ID' => [],
…,
];
Type: array
File
- src/
Entity/ Search.php, line 112
Class
- Search
- Describes the autocomplete settings for a certain search.
Namespace
Drupal\search_api_autocomplete\EntityCode
protected $suggester_settings = [];