public function FacetsSummary::getName in Facets 8
Returns the field name of the facets summary.
Return value
string The name of the facets summary.
Overrides FacetsSummaryInterface::getName
File
- modules/
facets_summary/ src/ Entity/ FacetsSummary.php, line 113
Class
- FacetsSummary
- Defines the facet summary entity.
Namespace
Drupal\facets_summary\EntityCode
public function getName() {
return $this->name;
}