You are here

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

Indicates if the Solr Field Type requires a server using a managed schema.

Return value

bool True if the Solr Field Type requires a managed schema, false if the Solr Field Type is designed for a classic schema.

1 method overrides SolrFieldTypeInterface::isManagedSchema()
SolrFieldType::isManagedSchema in src/Entity/SolrFieldType.php
Indicates if the Solr Field Type requires a server using a managed schema.

File

src/SolrFieldTypeInterface.php, line 129

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr_multilingual

Code

public function isManagedSchema();