You are here

public function FacetInterface::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.

1 method overrides FacetInterface::setFacetSourceId()
Facet::setFacetSourceId in src/Entity/Facet.php
Sets a string representation of the Facet source plugin.

File

src/FacetInterface.php, line 312

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function setFacetSourceId($facet_source_id);