public function Facet::setFieldIdentifier in Facets 8
Sets field identifier.
Parameters
string $field_identifier: The field identifier of this facet.
Overrides FacetInterface::setFieldIdentifier
File
- src/
Entity/ Facet.php, line 671
Class
- Facet
- Defines the facet configuration entity.
Namespace
Drupal\facets\EntityCode
public function setFieldIdentifier($field_identifier) {
$this->field_identifier = $field_identifier;
}