public function BuildIndexParamsEvent::getElasticIndexParams in Elasticsearch Connector 8.7
Same name and namespace in other branches
- 8.6 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\EventCode
public function getElasticIndexParams() {
return $this->params;
}