You are here

function PagerPluginBase::pre_execute in Views (for Drupal 7) 8.3

Perform any needed actions just prior to the query executing.

File

lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 195
Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

function pre_execute(&$query) {
}