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