public function Some::useCountQuery

Determine if a pager needs a count query.

If a pager needs a count query, a simple query

Overrides PagerPluginBase::useCountQuery

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php, line 67
Definition of Drupal\views\Plugin\views\pager\Some.

Class

Some
Plugin for views without pagers.

Namespace

Drupal\views\Plugin\views\pager

Code

public function useCountQuery() {
  return FALSE;
}