You are here

public function SolrFieldTypeInterface::getDomains in Search API Multilingual Solr Search 8

Gets the domains the field type is suitable for.

Return value

string[]

1 method overrides SolrFieldTypeInterface::getDomains()
SolrFieldType::getDomains in src/Entity/SolrFieldType.php
Gets the domains the field type is suitable for.

File

src/SolrFieldTypeInterface.php, line 33

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr_multilingual

Code

public function getDomains();