public function Facet::getMinCount in Facets 8
Returns the minimum count of the result to show.
Return value
int Minimum count.
Overrides FacetInterface::getMinCount
File
- src/
Entity/ Facet.php, line 965
Class
- Facet
- Defines the facet configuration entity.
Namespace
Drupal\facets\EntityCode
public function getMinCount() {
return $this->min_count;
}