You are here

public function BuildIndexParamsEvent::setElasticIndexParams in Elasticsearch Connector 8.6

Same name and namespace in other branches
  1. 8.7 src/Event/BuildIndexParamsEvent.php \Drupal\elasticsearch_connector\Event\BuildIndexParamsEvent::setElasticIndexParams()

Setter for the params config array.

Parameters

$params:

File

src/Event/BuildIndexParamsEvent.php, line 44

Class

BuildIndexParamsEvent
Class BuildIndexParamsEvent

Namespace

Drupal\elasticsearch_connector\Event

Code

public function setElasticIndexParams($params) {
  $this->params = $params;
}