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\ResultCode
public function getCount() {
return $this->count;
}