function None::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
- 
              core/modules/ views/ src/ Plugin/ views/ pager/ None.php, line 61 
Class
- None
- Plugin for views without pagers.
Namespace
Drupal\views\Plugin\views\pagerCode
public function usePager() {
  return FALSE;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
