You are here

Functions in Elasticsearch Connector 8.6

Primary tabs

Namesort descending Location Description Direct uses Strings
elasticsearch_connector_check_plugin_exists ./elasticsearch_connector.module Check if a specific plugin exists on all nodes.
elasticsearch_connector_close_on_redirect ./elasticsearch_connector.module Sets destination parameter to close the dialog after redirect is completed.
elasticsearch_connector_close_on_submit ./elasticsearch_connector.module Check if we should close the dialog upon submission.
elasticsearch_connector_cron ./elasticsearch_connector.module Implements hook_cron().
elasticsearch_connector_elasticsearch_edit_lock ./elasticsearch_connector.module Implements hook_elasticsearch_edit_lock().
elasticsearch_connector_element_info ./elasticsearch_connector.module Implements hook_element_info().
elasticsearch_connector_get_cluster_nodes_stat ./elasticsearch_connector.module Get the nodes stats from elasticsearch server.
elasticsearch_connector_get_indices_options ./elasticsearch_connector.module Get the indices based on cluster id.
elasticsearch_connector_help ./elasticsearch_connector.module Implements hook_help().
elasticsearch_connector_index_valid_load ./elasticsearch_connector.module Check if the index name has been passed correctly.
elasticsearch_connector_in_dialog ./elasticsearch_connector.module Check if we are in a references dialog.
elasticsearch_connector_page_alter ./elasticsearch_connector.module Implements hook_page_alter().
elasticsearch_connector_redirect_page ./elasticsearch_connector.module Page callback for our redirect page.
elasticsearch_connector_requirements ./elasticsearch_connector.install Implements hook_requirements().
elasticsearch_connector_search_api_field_type_mapping_alter ./elasticsearch_connector.module Alter the mapping of Drupal data types to Search API data types.
elasticsearch_connector_site_hash ./elasticsearch_connector.module Returns a unique hash for the current site.
elasticsearch_connector_theme ./elasticsearch_connector.module Implements hook_theme().
elasticsearch_connector_views_views_data modules/elasticsearch_connector_views/elasticsearch_connector_views.views.inc Implements hook_views_data().
hook_elasticsearch_connector_load_library_options_alter ./elasticsearch_connector.api.php Modify the connector library options.
hook_elasticsearch_connector_supported_data_types_alter ./elasticsearch_connector.api.php Modify the list of supported data types.
template_process_elasticsearch_page ./elasticsearch_connector.module Process variables for references_dialog_page.
_elasticsearch_check_if_cluster_locked ./elasticsearch_connector.module Checks if other modules have locked the cluster.
_elasticsearch_check_if_index_locked ./elasticsearch_connector.module Checks if other modules have locked the index.
_elasticsearch_connector_views_handle_fields modules/elasticsearch_connector_views/elasticsearch_connector_views.views.inc Handle the fields mapping and handle nested data types. 1
_elasticsearch_ec_clusters_process ./elasticsearch_connector.module Process the ec_cluster element type. 1
_elasticsearch_ec_index_ajax ./elasticsearch_connector.module Ajax callback for the ec_index element. 1
_elasticsearch_ec_index_attached ./elasticsearch_connector.module Attach required javascript for the ec_index element. 1
_elasticsearch_ec_index_process ./elasticsearch_connector.module Build two drop downs, one for the cluster and one for the indices. 1
_elasticsearch_validate_ttl_field ./elasticsearch_connector.module Validates #element_validate of any form element as Elasticsearch TTL setting.

Other projects