You are here

public function ResultInterface::getCount in Facets 8

Returns the count for the result.

Return value

int The amount of items for the result.

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

File

src/Result/ResultInterface.php, line 42

Class

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

Namespace

Drupal\facets\Result

Code

public function getCount();