You are here

public function SolrFieldType::getOptions in Search API Solr 8.3

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

Return value

string[] An array of environments as strings.

Overrides AbstractSolrEntity::getOptions

File

src/Entity/SolrFieldType.php, line 198

Class

SolrFieldType
Defines the SolrFieldType entity.

Namespace

Drupal\search_api_solr\Entity

Code

public function getOptions() {
  return $this
    ->getDomains();
}