You are here

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

Getter for the meta.

Return value

array The meta to be used.

File

src/Event/AddSearchMetaEvent.php, line 77

Class

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

Namespace

Drupal\jsonapi_search_api\Event

Code

public function getMeta() {
  return $this->meta;
}