You are here

public function QueryInterface::postExecute in Search API 8

Postprocesses the search results before they are returned.

This method should always be called by execute() and contain all necessary operations after the results are returned from the server.

1 method overrides QueryInterface::postExecute()
Query::postExecute in src/Query/Query.php
Postprocesses the search results before they are returned.

File

src/Query/QueryInterface.php, line 319

Class

QueryInterface
Represents a search query on a Search API index.

Namespace

Drupal\search_api\Query

Code

public function postExecute();