public function OffsetPage::getOffset in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/src/Query/OffsetPage.php \Drupal\jsonapi\Query\OffsetPage::getOffset()
- 10 core/modules/jsonapi/src/Query/OffsetPage.php \Drupal\jsonapi\Query\OffsetPage::getOffset()
Returns the current offset.
Return value
int The query offset.
File
- core/
modules/ jsonapi/ src/ Query/ OffsetPage.php, line 87
Class
- OffsetPage
- Value object for containing the requested offset and page parameters.
Namespace
Drupal\jsonapi\QueryCode
public function getOffset() {
return $this->offset;
}