You are here

constant Sort::LANGUAGE_KEY in JSON:API 8.2

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

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

File

src/Query/Sort.php, line 45

Class

Sort
Gathers information about the sort parameter.

Namespace

Drupal\jsonapi\Query

Code

const LANGUAGE_KEY = 'langcode';