You are here

public function SearchApiElasticsearchBackendInterface::getSupportedDataTypes in Elasticsearch Connector 8.6

Same name and namespace in other branches
  1. 8.7 src/Plugin/search_api/backend/SearchApiElasticsearchBackendInterface.php \Drupal\elasticsearch_connector\Plugin\search_api\backend\SearchApiElasticsearchBackendInterface::getSupportedDataTypes()

Get a list of supported data types.

Return value

array Returns an array of strings representing supported data types.

1 method overrides SearchApiElasticsearchBackendInterface::getSupportedDataTypes()
SearchApiElasticsearchBackend::getSupportedDataTypes in src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php
Get a list of supported data types.

File

src/Plugin/search_api/backend/SearchApiElasticsearchBackendInterface.php, line 15

Class

SearchApiElasticsearchBackendInterface

Namespace

Drupal\elasticsearch_connector\Plugin\search_api\backend

Code

public function getSupportedDataTypes();