You are here

namespace Drupal\views\Plugin\views\pager in Drupal 10

Same name in other branches
  1. 8 Drupal\views\Plugin\views\pager
  2. 9 Drupal\views\Plugin\views\pager
Classsort descending Location Description
Full core/modules/views/src/Plugin/views/pager/Full.php The plugin to handle full pager.
Mini core/modules/views/src/Plugin/views/pager/Mini.php The plugin to handle mini pager.
None core/modules/views/src/Plugin/views/pager/None.php Plugin for views without pagers.
PagerPluginBase core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Base class for views pager plugins.
Some core/modules/views/src/Plugin/views/pager/Some.php Plugin for views without pagers.
SqlBase core/modules/views/src/Plugin/views/pager/SqlBase.php A common base class for sql based pager.