function None::getItemsPerPage
Get how many items per page this pager will display.
All but the leanest pagers should probably return a value here, so most pagers will not need to override this method.
Overrides PagerPluginBase::getItemsPerPage
File
- 
              core/
modules/ views/ src/ Plugin/ views/ pager/ None.php, line 70  
Class
- None
 - Plugin for views without pagers.
 
Namespace
Drupal\views\Plugin\views\pagerCode
public function getItemsPerPage() {
  return 0;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.