public function FacetSource::getName in Facets 8
Returns the label of the facet source.
Return value
string The facet name.
Overrides FacetSourceInterface::getName
File
- src/
Entity/ FacetSource.php, line 83
Class
- FacetSource
- Defines the facet source configuration entity.
Namespace
Drupal\facets\EntityCode
public function getName() {
return $this->name;
}