You are here

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

Gets the Solr Field Type definition as JSON.

The JSON format is used to interact with a managed Solr schema.

Return value

string The Solr Field Type definition as JSON.

1 method overrides SolrFieldTypeInterface::getFieldTypeAsJson()
SolrFieldType::getFieldTypeAsJson in src/Entity/SolrFieldType.php
Gets the Solr Field Type definition as JSON.

File

src/SolrFieldTypeInterface.php, line 51

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr_multilingual

Code

public function getFieldTypeAsJson();