You are here

public function SolrCache::getOptions in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x 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\Entity

Code

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