You are here

public function DisplayPluginBase::renderPager in Drupal 8

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()

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 2097

Class

DisplayPluginBase
Base class for views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function renderPager() {
  return TRUE;
}