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