function None::executeCountQuery
Executes the count query.
This will be done just prior to the query itself being executed.
Overrides PagerPluginBase::executeCountQuery
File
- 
              core/modules/ views/ src/ Plugin/ views/ pager/ None.php, line 73 
Class
- None
- Plugin for views without pagers.
Namespace
Drupal\views\Plugin\views\pagerCode
public function executeCountQuery(&$count_query) {
  // If we are displaying all items, never count. But we can update the count in post_execute.
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
