You are here

protected property AddSearchMetaEvent::$query in JSON:API Search API 8

The query that was executed.

Type: \Drupal\search_api\Query\QueryInterface

File

src/Event/AddSearchMetaEvent.php, line 26

Class

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

Namespace

Drupal\jsonapi_search_api\Event

Code

protected $query;