You are here

public function BuildIndexParamsEvent::getIndexName in Elasticsearch Connector 8.6

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

Getter for the index name.

Return value

indexName

File

src/Event/BuildIndexParamsEvent.php, line 53

Class

BuildIndexParamsEvent
Class BuildIndexParamsEvent

Namespace

Drupal\elasticsearch_connector\Event

Code

public function getIndexName() {
  return $this->indexName;
}