public function DisplayPluginBase::renderPager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\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 2075 - Contains \Drupal\views\Plugin\views\display\DisplayPluginBase.
Class
- DisplayPluginBase
- Base class for views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function renderPager() {
return TRUE;
}