You are here

public function SolrFieldTypeInterface::requiresManagedSchema in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::requiresManagedSchema()

Indicates if the field type requires a managed Solr schema.

Return value

bool Whether the field type requires a managed schema.

1 method overrides SolrFieldTypeInterface::requiresManagedSchema()
SolrFieldType::requiresManagedSchema in src/Entity/SolrFieldType.php
Indicates if the field type requires a managed Solr schema.

File

src/SolrFieldTypeInterface.php, line 344

Class

SolrFieldTypeInterface
Provides an interface defining a SolrFieldType entity.

Namespace

Drupal\search_api_solr

Code

public function requiresManagedSchema();