You are here

protected function SearchApiSolrTechproductsTest::getItemIds in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 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 49

Class

SearchApiSolrTechproductsTest
Tests the 'Any Schema' Solr search backend.

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

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