You are here

function hook_search_api_elasticsearch_elastica_add_index_alter in Search API Elasticsearch 7

Allows modules to alter index configuration during creation.

Parameters

array $options: An array of index options.

1 invocation of hook_search_api_elasticsearch_elastica_add_index_alter()
SearchApiElasticsearchElastica::addIndex in modules/elastica/includes/SearchApiElasticsearchElastica.inc
Overrides addIndex().

File

modules/elastica/search_api_elasticsearch_elastica.api.php, line 16
This file contains no working PHP code; it exists to provide additional documentation for Doxygen as well as to document hooks in the standard Drupal manner.

Code

function hook_search_api_elasticsearch_elastica_add_index_alter(array $options) {
}