You are here

public function ResultSetInterface::getQuery in Search API 8

Retrieves the query executed for this search result.

Return value

\Drupal\search_api\Query\QueryInterface The executed query.

1 method overrides ResultSetInterface::getQuery()
ResultSet::getQuery in src/Query/ResultSet.php
Retrieves the query executed for this search result.

File

src/Query/ResultSetInterface.php, line 21

Class

ResultSetInterface
Represents the result set of a search query.

Namespace

Drupal\search_api\Query

Code

public function getQuery();