public function FacetInterface::setMinCount in Facets 8
Sets the minimum count of the result to show.
Parameters
int $min_count: Minimum count.
1 method overrides FacetInterface::setMinCount()
- Facet::setMinCount in src/
Entity/ Facet.php - Sets the minimum count of the result to show.
File
- src/
FacetInterface.php, line 477
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function setMinCount($min_count);