function Some::useCountQuery
Same name in other branches
- 9 core/modules/views/src/Plugin/views/pager/Some.php \Drupal\views\Plugin\views\pager\Some::useCountQuery()
- 8.9.x core/modules/views/src/Plugin/views/pager/Some.php \Drupal\views\Plugin\views\pager\Some::useCountQuery()
- 10 core/modules/views/src/Plugin/views/pager/Some.php \Drupal\views\Plugin\views\pager\Some::useCountQuery()
Overrides PagerPluginBase::useCountQuery
File
-
core/
modules/ views/ src/ Plugin/ views/ pager/ Some.php, line 64
Class
- Some
- Plugin for views without pagers.
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.