Sort::PATH_KEY

Same name and namespace in other branches
  1. 8.9.x core/modules/jsonapi/src/Query/Sort.php \Drupal\jsonapi\Query\Sort::PATH_KEY
  2. 10 core/modules/jsonapi/src/Query/Sort.php \Drupal\jsonapi\Query\Sort::PATH_KEY
  3. 11.x core/modules/jsonapi/src/Query/Sort.php \Drupal\jsonapi\Query\Sort::PATH_KEY

The field key in the sort parameter: sort[lorem][<field>].

File

core/modules/jsonapi/src/Query/Sort.php, line 31

Class

Sort
Gathers information about the sort parameter.

Namespace

Drupal\jsonapi\Query

Code

const PATH_KEY = 'path';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.