public function FacetInterface::getName in Facets 8
Returns the field name of the facet as used in the index.
Return value
string The name of the facet.
1 method overrides FacetInterface::getName()
- Facet::getName in src/
Entity/ Facet.php - Returns the field name of the facet as used in the index.
File
- src/
FacetInterface.php, line 100
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getName();