You are here

public function SolrFieldDefinitionInterface::getDynamicBase in Search API Solr 8.3

Same name and namespace in other branches
  1. 8.2 src/TypedData/SolrFieldDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrFieldDefinitionInterface::getDynamicBase()
  2. 4.x src/TypedData/SolrFieldDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrFieldDefinitionInterface::getDynamicBase()

Gets the "dynamic base" of this field.

This typically looks like 'ss_*, and is used to aggregate fields based on "hungarian" naming conventions.

Return value

string The mask describing the solr aggregate field, if there is one.

1 method overrides SolrFieldDefinitionInterface::getDynamicBase()
SolrFieldDefinition::getDynamicBase in src/TypedData/SolrFieldDefinition.php
Gets the "dynamic base" of this field.

File

src/TypedData/SolrFieldDefinitionInterface.php, line 30

Class

SolrFieldDefinitionInterface
Defines an interface for Solr field definitions.

Namespace

Drupal\search_api_solr\TypedData

Code

public function getDynamicBase();