You are here

elasticsearch_connector.api.php in Elasticsearch Connector 8.2

Hooks provided by the ElasticSearch Connector module.

File

elasticsearch_connector.api.php
View source
<?php

/**
 * @file
 * Hooks provided by the ElasticSearch Connector module.
 */

/**
 * Modify the connector library options.
 *
 * @param array $options
 *   Library options.
 */
function hook_elasticsearch_connector_load_library_options_alter(array &$options) {
}

Functions

Namesort descending Description
hook_elasticsearch_connector_load_library_options_alter Modify the connector library options.