You are here

public function AddSearchMetaEvent::getQuery in JSON:API Search API 8

Getter for the query.

Return value

\Drupal\search_api\Query\QueryInterface The query.

File

src/Event/AddSearchMetaEvent.php, line 57

Class

AddSearchMetaEvent
Allows for other sources to modify the meta portion of the search.

Namespace

Drupal\jsonapi_search_api\Event

Code

public function getQuery() {
  return $this->query;
}