function Mini::useCountQuery
Same name in other branches
- 9 core/modules/views/src/Plugin/views/pager/Mini.php \Drupal\views\Plugin\views\pager\Mini::useCountQuery()
- 8.9.x core/modules/views/src/Plugin/views/pager/Mini.php \Drupal\views\Plugin\views\pager\Mini::useCountQuery()
- 10 core/modules/views/src/Plugin/views/pager/Mini.php \Drupal\views\Plugin\views\pager\Mini::useCountQuery()
Overrides PagerPluginBase::useCountQuery
File
-
core/
modules/ views/ src/ Plugin/ views/ pager/ Mini.php, line 69
Class
- Mini
- The plugin to handle mini pager.
Namespace
Drupal\views\Plugin\views\pagerCode
public function useCountQuery() {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.