public function IndexInterface::loadItemsMultiple in Search API 8
Loads multiple search objects for this index.
Parameters
array $item_ids: The internal item IDs of the objects, with datasource prefix.
Return value
\Drupal\Core\TypedData\ComplexDataInterface[] The loaded items, keyed by their internal item IDs.
2 methods override IndexInterface::loadItemsMultiple()
- Index::loadItemsMultiple in src/
Entity/ Index.php - Loads multiple search objects for this index.
- UnsavedIndexConfiguration::loadItemsMultiple in src/
UnsavedIndexConfiguration.php - Loads multiple search objects for this index.
File
- src/
IndexInterface.php, line 574
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function loadItemsMultiple(array $item_ids);