You are here

public function BuildSearchParamsEvent::__construct in Elasticsearch Connector 8.6

Same name and namespace in other branches
  1. 8.7 src/Event/BuildSearchParamsEvent.php \Drupal\elasticsearch_connector\Event\BuildSearchParamsEvent::__construct()
  2. 8.5 src/Event/BuildSearchParamsEvent.php \Drupal\elasticsearch_connector\Event\BuildSearchParamsEvent::__construct()

BuildSearchParamsEvent constructor.

Parameters

$params:

$indexName:

File

src/Event/BuildSearchParamsEvent.php, line 25

Class

BuildSearchParamsEvent
Class BuildSearchParamsEvent

Namespace

Drupal\elasticsearch_connector\Event

Code

public function __construct($params, $indexName) {
  $this->params = $params;
  $this->indexName = $indexName;
}