You are here

public function FacetsSummaryInterface::getFacetSourceId in Facets 8

Returns the Facet source id.

Return value

string The id of the facet source.

1 method overrides FacetsSummaryInterface::getFacetSourceId()
FacetsSummary::getFacetSourceId in modules/facets_summary/src/Entity/FacetsSummary.php
Returns the facet source identifier.

File

modules/facets_summary/src/FacetsSummaryInterface.php, line 26

Class

FacetsSummaryInterface
Interface for the entity.

Namespace

Drupal\facets_summary

Code

public function getFacetSourceId();