You are here

public function SearchInterface::getIndexId in Search API Autocomplete 8

Retrieves the ID of the index this search belongs to.

Return value

string The index ID.

1 method overrides SearchInterface::getIndexId()
Search::getIndexId in src/Entity/Search.php
Retrieves the ID of the index this search belongs to.

File

src/SearchInterface.php, line 27

Class

SearchInterface
Describes the autocomplete settings for a certain search.

Namespace

Drupal\search_api_autocomplete

Code

public function getIndexId();