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\EntityCode
public function getName() {
return $this->name;
}