You are here

public function ResultInterface::setCount in Facets 8

Sets the count for the result.

Parameters

int $count: The amount of items for the result.

1 method overrides ResultInterface::setCount()
Result::setCount in src/Result/Result.php
Sets the count for the result.

File

src/Result/ResultInterface.php, line 50

Class

ResultInterface
The interface defining what a facet result should look like.

Namespace

Drupal\facets\Result

Code

public function setCount($count);