public function Some::usePager

Determine if this pager actually uses a pager.

Only a couple of very specific pagers will set this to false.

Overrides PagerPluginBase::usePager

File

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

Class

Some
Plugin for views without pagers.

Namespace

Drupal\views\Plugin\views\pager

Code

public function usePager() {
  return FALSE;
}