You are here

public function BuildSearchParamsEvent::getIndexName in Elasticsearch Connector 8.6

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

Getter for the index name.

Return value

indexName

File

src/Event/BuildSearchParamsEvent.php, line 53

Class

BuildSearchParamsEvent
Class BuildSearchParamsEvent

Namespace

Drupal\elasticsearch_connector\Event

Code

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