You are here

abstract public function AbstractSolrEntity::getOptions in Search API Solr 4.x

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

Return value

string[] An array of environments as strings.

4 methods override AbstractSolrEntity::getOptions()
SolrCache::getOptions in src/Entity/SolrCache.php
SolrFieldType::getOptions in src/Entity/SolrFieldType.php
SolrRequestDispatcher::getOptions in src/Entity/SolrRequestDispatcher.php
SolrRequestHandler::getOptions in src/Entity/SolrRequestHandler.php

File

src/Entity/AbstractSolrEntity.php, line 235

Class

AbstractSolrEntity
Defines the abstract base class for Solr config entities.

Namespace

Drupal\search_api_solr\Entity

Code

public abstract function getOptions();