public function SolrConfigInterface::isRecommended in Search API Solr 8.3
Same name and namespace in other branches
- 4.x src/SolrConfigInterface.php \Drupal\search_api_solr\SolrConfigInterface::isRecommended()
Indicates if a Config Entity is recommended to be used.
Return value
bool
1 method overrides SolrConfigInterface::isRecommended()
- AbstractSolrEntity::isRecommended in src/
Entity/ AbstractSolrEntity.php - Indicates if a Config Entity is recommended to be used.
File
- src/
SolrConfigInterface.php, line 99
Class
- SolrConfigInterface
- Provides an interface defining a Solr Config entity.
Namespace
Drupal\search_api_solrCode
public function isRecommended() : bool;