function PagerPluginBase::itemsPerPageExposed
1 method overrides PagerPluginBase::itemsPerPageExposed()
- SqlBase::itemsPerPageExposed in core/
modules/ views/ src/ Plugin/ views/ pager/ SqlBase.php
File
-
core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php, line 259
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
protected function itemsPerPageExposed() {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.