public function SearchPluginInterface::getIndexId in Search API Autocomplete 8
Retrieves the ID of the index to which this search plugin belongs.
Return value
string The search plugin's index's ID.
1 method overrides SearchPluginInterface::getIndexId()
- SearchPluginBase::getIndexId in src/
Search/ SearchPluginBase.php - Retrieves the ID of the index to which this search plugin belongs.
File
- src/
Search/ SearchPluginInterface.php, line 44
Class
- SearchPluginInterface
- Defines the autocomplete search plugin type.
Namespace
Drupal\search_api_autocomplete\SearchCode
public function getIndexId();