You are here

public function Facet::getName in Facets 8

Returns the field name of the facet as used in the index.

Return value

string The name of the facet.

Overrides FacetInterface::getName

File

src/Entity/Facet.php, line 678

Class

Facet
Defines the facet configuration entity.

Namespace

Drupal\facets\Entity

Code

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