You are here

constant Sort::DIRECTION_KEY in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/Query/Sort.php \Drupal\jsonapi\Query\Sort::DIRECTION_KEY

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

File

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

Class

Sort
Gathers information about the sort parameter.

Namespace

Drupal\jsonapi\Query

Code

const DIRECTION_KEY = 'direction';