public function FacetsSummaryInterface::setFacetSourceId in Facets 8
Sets a string representation of the Facet source plugin.
This is usually the name of the Search-api view.
Parameters
string $facet_source_id: The facet source id.
Return value
$this Returns self.
1 method overrides FacetsSummaryInterface::setFacetSourceId()
- FacetsSummary::setFacetSourceId in modules/
facets_summary/ src/ Entity/ FacetsSummary.php - Sets a string representation of the Facet source plugin.
File
- modules/
facets_summary/ src/ FacetsSummaryInterface.php, line 39
Class
- FacetsSummaryInterface
- Interface for the entity.
Namespace
Drupal\facets_summaryCode
public function setFacetSourceId($facet_source_id);