You are here

public function BuildIndexParamsEvent::getElasticIndexParams in Elasticsearch Connector 8.6

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

Getter for the params config array.

Return value

params

File

src/Event/BuildIndexParamsEvent.php, line 35

Class

BuildIndexParamsEvent
Class BuildIndexParamsEvent

Namespace

Drupal\elasticsearch_connector\Event

Code

public function getElasticIndexParams() {
  return $this->params;
}