You are here

public function SearchApiSortsField::setDisplayId in Search API sorts 8

Sets the id of the associated display.

Parameters

string $display_id: The id of the associated display.

File

src/Entity/SearchApiSortsField.php, line 125

Class

SearchApiSortsField
Defines the Search api sorts index configuration entity.

Namespace

Drupal\search_api_sorts\Entity

Code

public function setDisplayId($display_id) {
  $this->display_id = $display_id;
}