You are here

public function SolrConfigInterface::isRecommended in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 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_solr

Code

public function isRecommended() : bool;