OffsetPage::OFFSET_KEY

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

The offset key in the page parameter: page[offset].

File

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

Class

OffsetPage
Value object for containing the requested offset and page parameters.

Namespace

Drupal\jsonapi\Query

Code

const OFFSET_KEY = 'offset';

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