You are here

Views pager plugins in Views (for Drupal 7) 8.3

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

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

Classes

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