protected property Search::$search_settings in Search API Autocomplete 8
The settings for the search plugin.
The array has the following structure:
[
'SEARCH_ID' => [],
];
There is always just a single entry in the array.
Type: array
File
- src/
Entity/ Search.php, line 152
Class
- Search
- Describes the autocomplete settings for a certain search.
Namespace
Drupal\search_api_autocomplete\EntityCode
protected $search_settings = [];