public function SolrRequestHandler::getOptions in Search API Solr 8.3
Same name and namespace in other branches
- 4.x src/Entity/SolrRequestHandler.php \Drupal\search_api_solr\Entity\SolrRequestHandler::getOptions()
Return value
string[] An array of environments as strings.
Overrides AbstractSolrEntity::getOptions
File
- src/
Entity/ SolrRequestHandler.php, line 90
Class
- SolrRequestHandler
- Defines the SolrRequestHandler entity.
Namespace
Drupal\search_api_solr\EntityCode
public function getOptions() {
return $this
->getEnvironments();
}