public function IndexInterface::getDatasourceIds in Search API 8
Retrieves the IDs of all datasources enabled for this index.
Return value
string[] The IDs of the datasource plugins used by this index.
2 methods override IndexInterface::getDatasourceIds()
- Index::getDatasourceIds in src/
Entity/ Index.php - Retrieves the IDs of all datasources enabled for this index.
- UnsavedIndexConfiguration::getDatasourceIds in src/
UnsavedIndexConfiguration.php - Retrieves the IDs of all datasources enabled for this index.
File
- src/
IndexInterface.php, line 126
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function getDatasourceIds();