public function None::executeCountQuery in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 77 - Contains \Drupal\views\Plugin\views\pager\None.
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.
}