You are here

protected function DESConnector::getClient in Elasticsearch Connector 8

Return value

mixed

1 call to DESConnector::getClient()
DESConnector::__call in src/DESConnector/DESConnector.php
Magic method call.

File

src/DESConnector/DESConnector.php, line 114
Provides Elasticsearch Client for Drupal's Elasticsearch Connector module.

Class

DESConnector
Drupal Elasticsearch Interface.

Namespace

Drupal\elasticsearch_connector\DESConnector

Code

protected function getClient() {
  return $this->client;
}