Modify the query for paging
This is called during the build phase and can directly modify the query.
Overrides PluginBase::query
File
- drupal/core/modules/views/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\pager
Code
public function query() {
}