Determine if this pager actually uses a pager.
Only a couple of very specific pagers will set this to false.
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 150
- Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- The base plugin to handle pager.
Namespace
Drupal\views\Plugin\views\pager
Code
function use_pager() {
return TRUE;
}