public function Facet::getFieldIdentifier in Facets 8
Returns field identifier.
Return value
string The field identifier of this facet.
Overrides FacetInterface::getFieldIdentifier
File
- src/
Entity/ Facet.php, line 664
Class
- Facet
- Defines the facet configuration entity.
Namespace
Drupal\facets\EntityCode
public function getFieldIdentifier() {
return $this->field_identifier;
}