public function Attachment::renderPager

Not all display plugins will suppert pager rendering.

Overrides DisplayPluginBase::renderPager

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php, line 292
Definition of Drupal\views\Plugin\views\display\Attachment.

Class

Attachment
The plugin that handles an attachment display.

Namespace

Drupal\views\Plugin\views\display

Code

public function renderPager() {
  return $this
    ->usesPager() && $this
    ->getOption('render_pager');
}