public function SearchApiSolrConflictingEntitiesException::getConflictingEntities in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SearchApiSolrConflictingEntitiesException.php \Drupal\search_api_solr\SearchApiSolrConflictingEntitiesException::getConflictingEntities()
Get the conflicting entities.
Return value
\Drupal\search_api_solr\SolrConfigInterface[] Array with the conflicting entities.
1 call to SearchApiSolrConflictingEntitiesException::getConflictingEntities()
File
- src/
SearchApiSolrConflictingEntitiesException.php, line 25
Class
- SearchApiSolrConflictingEntitiesException
- Represents an exception that occurs in Search API Solr.
Namespace
Drupal\search_api_solrCode
public function getConflictingEntities() : array {
return $this->conflictingEntities;
}