public function None::executeCountQuery in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/pager/None.php \Drupal\views\Plugin\views\pager\None::executeCountQuery()
- 9 core/modules/views/src/Plugin/views/pager/None.php \Drupal\views\Plugin\views\pager\None::executeCountQuery()
Execute the count query, which 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.
}