You are here

public function SearchInterface::getSuggesterIds in Search API Autocomplete 8

Retrieves the IDs of all suggesters enabled for this search.

Return value

string[] The IDs of the suggester plugins used by this search.

1 method overrides SearchInterface::getSuggesterIds()
Search::getSuggesterIds in src/Entity/Search.php
Retrieves the IDs of all suggesters enabled for this search.

File

src/SearchInterface.php, line 62

Class

SearchInterface
Describes the autocomplete settings for a certain search.

Namespace

Drupal\search_api_autocomplete

Code

public function getSuggesterIds();