You are here

public function PrepareSearchQueryEvent::getIndexName in Elasticsearch Connector 8.6

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

Getter for the index name.

Return value

indexName

File

src/Event/PrepareSearchQueryEvent.php, line 53

Class

PrepareSearchQueryEvent
Class PrepareSearchQueryEvent

Namespace

Drupal\elasticsearch_connector\Event

Code

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