function None::postExecute
Perform any needed actions just after the query executing.
Overrides PagerPluginBase::postExecute
File
- 
              core/modules/ views/ src/ Plugin/ views/ pager/ None.php, line 77 
Class
- None
- Plugin for views without pagers.
Namespace
Drupal\views\Plugin\views\pagerCode
public function postExecute(&$result) {
  $this->total_items = count($result);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
