You are here

public function QueryHelperInterface::getAllResults in Search API 8

Retrieves all results data cached in this request.

Return value

\Drupal\search_api\Query\ResultSetInterface[] The results of all searches cached in this service, keyed by their search IDs.

1 method overrides QueryHelperInterface::getAllResults()
QueryHelper::getAllResults in src/Utility/QueryHelper.php
Retrieves all results data cached in this request.

File

src/Utility/QueryHelperInterface.php, line 54

Class

QueryHelperInterface
Provides an interface for query helper services.

Namespace

Drupal\search_api\Utility

Code

public function getAllResults();