You are here

protected property OffsetLimitPaginator::$request in JSON:API Resources 8

The request object which may have a `page` query parameter.

Type: \Symfony\Component\HttpFoundation\Request

File

src/Unstable/Entity/Query/Pagination/OffsetLimitPaginator.php, line 31

Class

OffsetLimitPaginator
A paginator for handling offset-limit pagination in JSON:API request.

Namespace

Drupal\jsonapi_resources\Unstable\Entity\Query\Pagination

Code

protected $request;