You are here

public function SolrRequestDispatcher::getOptions in Search API Solr 4.x

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

Return value

string[] An array of environments as strings.

Overrides AbstractSolrEntity::getOptions

File

src/Entity/SolrRequestDispatcher.php, line 88

Class

SolrRequestDispatcher
Defines the SolrRequestDispatcher entity.

Namespace

Drupal\search_api_solr\Entity

Code

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