public function SearchApiSortsField::getLabel in Search API sorts 8
Returns the label of the sorts field.
Return value
string The label of the sorts field.
File
- src/
Entity/ SearchApiSortsField.php, line 195
Class
- SearchApiSortsField
- Defines the Search api sorts index configuration entity.
Namespace
Drupal\search_api_sorts\EntityCode
public function getLabel() {
return $this->label;
}