public function PagerPluginBase::preExecute in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::preExecute()
Perform any needed actions just prior to the query executing.
File
- core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php, line 186 - Contains \Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function preExecute(&$query) {
}