public function PagerPluginBase::query

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()
None::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php
Modify the query for paging
Some::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php
Modify the query for paging
SqlBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/SqlBase.php
Modify the query for paging

File

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

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

public function query() {
}