function Some::postExecute

Perform any needed actions just after the query executing.

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\pager

Code

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.