function DisplayPluginBase::usesPager
Whether the display allows the use of a pager or not.
Return value
bool TRUE if a pager is allowed, FALSE otherwise.
Overrides DisplayPluginInterface::usesPager
6 calls to DisplayPluginBase::usesPager()
- Attachment::renderPager in core/
modules/ views/ src/ Plugin/ views/ display/ Attachment.php  - Checks to see if the display plugins support pager rendering.
 - DisplayPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php  - Provide a form to edit options for this plugin.
 - DisplayPluginBase::defaultableSections in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php  - Lists the 'defaultable' sections and what items each section contains.
 - DisplayPluginBase::defineOptions in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php  - Information about options for all kinds of purposes will be held here.
 - DisplayPluginBase::isPagerEnabled in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php  - Whether the display is using a pager or not.
 
File
- 
              core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 312  
Class
- DisplayPluginBase
 - Base class for views display plugins.
 
Namespace
Drupal\views\Plugin\views\displayCode
public function usesPager() {
  return $this->usesPager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.