Views pager plugins

The base plugin to handler pagers of a view.

The pager takes care about altering the query for its needs, altering some global information of pagers and finally rendering itself.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 13
Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.

Classes

Namesort descending Location Description
Full drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php The plugin to handle full pager.
Mini drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Mini.php The plugin to handle mini pager.
None drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php Plugin for views without pagers.
PagerPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php The base plugin to handle pager.
Some drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php Plugin for views without pagers.