You are here

public function RequestInterface::getPagerInput in RESTful 7.2

Get the normalized pager input.

This is to support page=1&range=6 and page[number]=1&page[size]=6 at the same time.

Return value

array An associative array with the pager information in the form of page[number]=1&page[size]=6.

1 method overrides RequestInterface::getPagerInput()
Request::getPagerInput in src/Http/Request.php
Get the normalized pager input.

File

src/Http/RequestInterface.php, line 286
Contains \Drupal\restful\Http\RequestInterface.

Class

RequestInterface

Namespace

Drupal\restful\Http

Code

public function getPagerInput();