You are here

protected function SearchApiSolrTechproductsTest::getItemIds in Search API Solr 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/SearchApiSolrTechproductsTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrTechproductsTest::getItemIds()
  2. 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\Kernel

Code

protected function getItemIds(array $result_ids) {
  return $result_ids;
}