protected function SearchApiSolrTechproductsTest::getItemIds in Search API Solr 8.3
Same name and namespace in other branches
- 8.2 tests/src/Kernel/SearchApiSolrTechproductsTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrTechproductsTest::getItemIds()
- 4.x tests/src/Kernel/SearchApiSolrTechproductsTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrTechproductsTest::getItemIds()
Returns the item IDs for the given entity IDs.
Parameters
array $entity_ids: An array of entity IDs.
Return value
string[] An array of item IDs.
Overrides ExampleContentTrait::getItemIds
File
- tests/
src/ Kernel/ SearchApiSolrTechproductsTest.php, line 29
Class
- SearchApiSolrTechproductsTest
- Tests the document datasources using the solr techproducts example.
Namespace
Drupal\Tests\search_api_solr\KernelCode
protected function getItemIds(array $result_ids) {
return $result_ids;
}