function DisplayPluginBase::renderPager
Checks to see if the display plugins support pager rendering.
Overrides DisplayPluginInterface::renderPager
1 method overrides DisplayPluginBase::renderPager()
- Attachment::renderPager in core/
modules/ views/ src/ Plugin/ views/ display/ Attachment.php - Checks to see if the display plugins support pager rendering.
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 2096
Class
- DisplayPluginBase
- Base class for views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function renderPager() {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.