You are here

interface DESConnectorInterface in Elasticsearch Connector 8

Drupal Elasticsearch Interface.

@package Drupal\elasticsearch_connector

Hierarchy

Expanded class hierarchy of DESConnectorInterface

All classes that implement DESConnectorInterface

File

src/DESConnector/DESConnectorInterface.php, line 14
Provides Elasticsearch interface for Drupal's Elasticsearch Connector module.

Namespace

Drupal\elasticsearch_connector\DESConnector
View source
interface DESConnectorInterface {
  static function getInstance(array $hosts);

}

Members