You are here

public function FacetSource::getName in Facets 8

Returns the label of the facet source.

Return value

string The facet name.

Overrides FacetSourceInterface::getName

File

src/Entity/FacetSource.php, line 83

Class

FacetSource
Defines the facet source configuration entity.

Namespace

Drupal\facets\Entity

Code

public function getName() {
  return $this->name;
}