You are here

public function SearchApiSortsField::setFieldIdentifier in Search API sorts 8

Returns the field's identifier.

Parameters

string $field_identifier: The field's identifier.

File

src/Entity/SearchApiSortsField.php, line 145

Class

SearchApiSortsField
Defines the Search api sorts index configuration entity.

Namespace

Drupal\search_api_sorts\Entity

Code

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