You are here

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\Entity

Code

public function setFieldIdentifier($field_identifier) {
  $this->field_identifier = $field_identifier;
}