You are here

public function FacetsSummary::getFacetSourceId in Facets 8

Returns the facet source identifier.

Return value

string The id of the facet source plugin.

Overrides FacetsSummaryInterface::getFacetSourceId

File

modules/facets_summary/src/Entity/FacetsSummary.php, line 123

Class

FacetsSummary
Defines the facet summary entity.

Namespace

Drupal\facets_summary\Entity

Code

public function getFacetSourceId() {
  return $this->facet_source_id;
}