public function AddSearchMetaEvent::getResults in JSON:API Search API 8
Getter for the results.
Return value
\Drupal\search_api\Query\ResultSetInterface The results.
File
- src/
Event/ AddSearchMetaEvent.php, line 67
Class
- AddSearchMetaEvent
- Allows for other sources to modify the meta portion of the search.
Namespace
Drupal\jsonapi_search_api\EventCode
public function getResults() {
return $this->results;
}