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
Name | Location | Description |
---|---|---|
Full |
lib/ |
The plugin to handle full pager. |
Mini |
lib/ |
The plugin to handle mini pager. |
None |
lib/ |
Plugin for views without pagers. |
PagerPluginBase |
lib/ |
The base plugin to handle pager. |
Some |
lib/ |
Plugin for views without pagers. |