You are here

public function QueryHelperInterface::getResults in Search API 8

Retrieves the results data for a search ID.

Parameters

string $search_id: The search ID of the results to retrieve.

Return value

\Drupal\search_api\Query\ResultSetInterface|null The results with the given search ID, if present; NULL otherwise.

1 method overrides QueryHelperInterface::getResults()
QueryHelper::getResults in src/Utility/QueryHelper.php
Retrieves the results data for a search ID.

File

src/Utility/QueryHelperInterface.php, line 45

Class

QueryHelperInterface
Provides an interface for query helper services.

Namespace

Drupal\search_api\Utility

Code

public function getResults($search_id);