You are here

DESConnectorInterface.php in Elasticsearch Connector 8

Provides Elasticsearch interface for Drupal's Elasticsearch Connector module.

File

src/DESConnector/DESConnectorInterface.php
View source
<?php

/**
 * @file
 * Provides Elasticsearch interface for Drupal's Elasticsearch Connector module.
 */
namespace Drupal\elasticsearch_connector\DESConnector;


/**
 * Drupal Elasticsearch Interface.
 *
 * @package Drupal\elasticsearch_connector
 */
interface DESConnectorInterface {
  static function getInstance(array $hosts);

}

Interfaces

Namesort descending Description
DESConnectorInterface Drupal Elasticsearch Interface.