PagerParametersInterface
interface PagerParametersInterface (View source)
Interface describing pager information contained within the request.
Methods
array
getQueryParameters()
Gets all request URL query parameters that are unrelated to paging.
int
findPage(int $pager_id = 0)
Returns the current page being requested for display within a pager.
int[]
getPagerQuery()
Gets the request query parameter.
string
getPagerParameter()
Gets the 'page' query parameter for the current request.
Details
array
getQueryParameters()
Gets all request URL query parameters that are unrelated to paging.
int
findPage(int $pager_id = 0)
Returns the current page being requested for display within a pager.
int[]
getPagerQuery()
Gets the request query parameter.
string
getPagerParameter()
Gets the 'page' query parameter for the current request.