You are here

public function FacetSourcePluginInterface::getCount in Facets 8

Returns the number of results that were found for this search.

Return value

string The path of the facet.

1 method overrides FacetSourcePluginInterface::getCount()
FacetSourcePluginBase::getCount in src/FacetSource/FacetSourcePluginBase.php
Returns the number of results that were found for this search.

File

src/FacetSource/FacetSourcePluginInterface.php, line 56

Class

FacetSourcePluginInterface
Describes a source for facet items.

Namespace

Drupal\facets\FacetSource

Code

public function getCount();