function OffsetPage::getOffset

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/Query/OffsetPage.php \Drupal\jsonapi\Query\OffsetPage::getOffset()
  2. 8.9.x core/modules/jsonapi/src/Query/OffsetPage.php \Drupal\jsonapi\Query\OffsetPage::getOffset()
  3. 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\Query

Code

public function getOffset() {
    return $this->offset;
}

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