function DisplayPluginBase::renderPager

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\DisplayPluginBase::renderPager()
  2. 10 core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\DisplayPluginBase::renderPager()
  3. 11.x core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\DisplayPluginBase::renderPager()

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 2097

Class

DisplayPluginBase
Base class for views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function renderPager() {
    return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.