You are here

public function FacetInterface::getMinCount in Facets 8

Returns the minimum count of the result to show.

Return value

int Minimum count.

1 method overrides FacetInterface::getMinCount()
Facet::getMinCount in src/Entity/Facet.php
Returns the minimum count of the result to show.

File

src/FacetInterface.php, line 485

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function getMinCount();