function Some::postExecute
Same name in other branches
- 10 core/modules/views/src/Plugin/views/pager/Some.php \Drupal\views\Plugin\views\pager\Some::postExecute()
Overrides PagerPluginBase::postExecute
File
-
core/
modules/ views/ src/ Plugin/ views/ pager/ Some.php, line 76
Class
- Some
- Plugin for views without pagers.
Namespace
Drupal\views\Plugin\views\pagerCode
public function postExecute(&$result) : void {
$this->total_items = count($result);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.