You are here

constant SearchApiEvents::PROCESSING_RESULTS in Search API 8

The name of the event fired after a search has been executed on the server.

This can be used to modify search results or otherwise react to the search.

See also

\Drupal\search_api\Event\ProcessingResultsEvent

File

src/Event/SearchApiEvents.php, line 185

Class

SearchApiEvents
Defines events for the Search API module.

Namespace

Drupal\search_api\Event

Code

const PROCESSING_RESULTS = 'search_api.processing_results';