public function PagerPluginBase::postExecute

Perform any needed actions just after the query executing.

2 methods override PagerPluginBase::postExecute()
Mini::postExecute in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Mini.php
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::postExecute().
None::postExecute in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php
Perform any needed actions just after the query executing.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 213
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 postExecute(&$result) {
}