You are here

public function FacetInterface::setHardLimit in Facets 8

Sets the hard limit of facet items.

Parameters

int $limit: Hard limit of the facet.

1 method overrides FacetInterface::setHardLimit()
Facet::setHardLimit in src/Entity/Facet.php
Sets the hard limit of facet items.

File

src/FacetInterface.php, line 328

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function setHardLimit($limit);