You are here

protected property Pagerer::$element in Pagerer 8.2

Same name and namespace in other branches
  1. 8 src/Pagerer.php \Drupal\pagerer\Pagerer::element

The pager element.

This is the index used by query extenders to identify the query to be paged, and reflected in the 'page=x,y,z' query parameter of the HTTP request.

Type: int

File

src/Pagerer.php, line 21

Class

Pagerer
Pagerer pager value object.

Namespace

Drupal\pagerer

Code

protected $element;