You are here

public function PagerPluginBase::postExecute in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::postExecute()
  2. 9 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::postExecute()

Perform any needed actions just after the query executing.

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

File

core/modules/views/src/Plugin/views/pager/PagerPluginBase.php, line 188

Class

PagerPluginBase
Base class for views pager plugins.

Namespace

Drupal\views\Plugin\views\pager

Code

public function postExecute(&$result) {
}