You are here

public function SearchApiSortsField::getStatus in Search API sorts 8

Returns the status of the field.

Return value

bool The status of the field.

File

src/Entity/SearchApiSortsField.php, line 155

Class

SearchApiSortsField
Defines the Search api sorts index configuration entity.

Namespace

Drupal\search_api_sorts\Entity

Code

public function getStatus() {
  return $this->status;
}