You are here

public function FacetSourceInterface::getName in Facets 8

Returns the label of the facet source.

Return value

string The facet name.

1 method overrides FacetSourceInterface::getName()
FacetSource::getName in src/Entity/FacetSource.php
Returns the label of the facet source.

File

src/FacetSourceInterface.php, line 18

Class

FacetSourceInterface
The facet source entity.

Namespace

Drupal\facets

Code

public function getName();