You are here

public function Facet::getFacetSourceId in Facets 8

Returns the Facet source id.

Return value

string The id of the facet source.

Overrides FacetInterface::getFacetSourceId

File

src/Entity/Facet.php, line 706

Class

Facet
Defines the facet configuration entity.

Namespace

Drupal\facets\Entity

Code

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