public function FacetInterface::setFieldIdentifier in Facets 8
Sets field identifier.
Parameters
string $field_identifier: The field identifier of this facet.
1 method overrides FacetInterface::setFieldIdentifier()
- Facet::setFieldIdentifier in src/
Entity/ Facet.php - Sets field identifier.
File
- src/
FacetInterface.php, line 84
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function setFieldIdentifier($field_identifier);