public function PagerPluginBase::query in Views (for Drupal 7) 8.3
Modify the query for paging
This is called during the build phase and can directly modify the query.
Overrides PluginBase::query
3 methods override PagerPluginBase::query()
- Full::query in lib/
Drupal/ views/ Plugin/ views/ pager/ Full.php - Modify the query for paging
- None::query in lib/
Drupal/ views/ Plugin/ views/ pager/ None.php - Modify the query for paging
- Some::query in lib/
Drupal/ views/ Plugin/ views/ pager/ Some.php - Modify the query for paging
File
- lib/
Drupal/ views/ Plugin/ views/ pager/ PagerPluginBase.php, line 190 - Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- The base plugin to handle pager.
Namespace
Drupal\views\Plugin\views\pagerCode
public function query() {
}