You are here

constant OffsetPage::OFFSET_KEY in JSON:API 8

Same name and namespace in other branches
  1. 8.2 src/Query/OffsetPage.php \Drupal\jsonapi\Query\OffsetPage::OFFSET_KEY

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

File

src/Query/OffsetPage.php, line 24

Class

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

Namespace

Drupal\jsonapi\Query

Code

const OFFSET_KEY = 'offset';