You are here

protected function SearchApiSolrTechproductsTest::getItemIds in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/SearchApiSolrTechproductsTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrTechproductsTest::getItemIds()
  2. 8.2 tests/src/Kernel/SearchApiSolrTechproductsTest.php \Drupal\Tests\search_api_solr\Kernel\SearchApiSolrTechproductsTest::getItemIds()

File

tests/src/Kernel/SearchApiSolrTechproductsTest.php, line 30

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;
}