You are here

public function Result::getCount in Facets 8

Returns the count for the result.

Return value

int The amount of items for the result.

Overrides ResultInterface::getCount

File

src/Result/Result.php, line 98

Class

Result
The default implementation of the result interfaces.

Namespace

Drupal\facets\Result

Code

public function getCount() {
  return $this->count;
}