You are here

public function SearchApiSortsField::getId in Search API sorts 8

Returns the ID of the sorts field.

Return value

string The ID of the sorts field.

File

src/Entity/SearchApiSortsField.php, line 105

Class

SearchApiSortsField
Defines the Search api sorts index configuration entity.

Namespace

Drupal\search_api_sorts\Entity

Code

public function getId() {
  return $this->id;
}