public function FacetsSummaryInterface::getName in Facets 8
Returns the field name of the facets summary.
Return value
string The name of the facets summary.
1 method overrides FacetsSummaryInterface::getName()
- FacetsSummary::getName in modules/
facets_summary/ src/ Entity/ FacetsSummary.php - Returns the field name of the facets summary.
File
- modules/
facets_summary/ src/ FacetsSummaryInterface.php, line 18
Class
- FacetsSummaryInterface
- Interface for the entity.
Namespace
Drupal\facets_summaryCode
public function getName();