You are here

public function Sort::fields in JSON:API 8.2

Same name and namespace in other branches
  1. 8 src/Query/Sort.php \Drupal\jsonapi\Query\Sort::fields()

Gets the root condition group.

File

src/Query/Sort.php, line 80

Class

Sort
Gathers information about the sort parameter.

Namespace

Drupal\jsonapi\Query

Code

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