public function IndexPluginInterface::getIndex in Search API 8
Retrieves the index this plugin is configured for.
Return value
\Drupal\search_api\IndexInterface The index this plugin is configured for.
1 method overrides IndexPluginInterface::getIndex()
- IndexPluginBase::getIndex in src/
Plugin/ IndexPluginBase.php - Retrieves the index this plugin is configured for.
File
- src/
Plugin/ IndexPluginInterface.php, line 18
Class
- IndexPluginInterface
- Represents a plugin that is linked to an index.
Namespace
Drupal\search_api\PluginCode
public function getIndex();