Same name and namespace in other branches
  1. 8.9.x core/modules/jsonapi/src/Query/Sort.php \Drupal\jsonapi\Query\Sort::fields()
  2. 9 core/modules/jsonapi/src/Query/Sort.php \Drupal\jsonapi\Query\Sort::fields()

Gets the root condition group.

File

core/modules/jsonapi/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;
}