public function SolrCacheInterface::getEnvironments in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrCacheInterface.php \Drupal\search_api_solr\SolrCacheInterface::getEnvironments()
Gets the environments targeted by this Solr Cache.
Return value
string[] Environments.
1 method overrides SolrCacheInterface::getEnvironments()
- SolrCache::getEnvironments in src/
Entity/ SolrCache.php - Gets the environments targeted by this Solr Cache.
File
- src/
SolrCacheInterface.php, line 16
Class
- SolrCacheInterface
- Provides an interface defining a SolrCache entity.
Namespace
Drupal\search_api_solrCode
public function getEnvironments();