You are here

public function SearchApiSortsField::getDisplayId in Search API sorts 8

Returns the id of the associated display.

Return value

string The id of the associated display.

File

src/Entity/SearchApiSortsField.php, line 115

Class

SearchApiSortsField
Defines the Search api sorts index configuration entity.

Namespace

Drupal\search_api_sorts\Entity

Code

public function getDisplayId() {
  return $this->display_id;
}