public function Attachment::renderPager in Views (for Drupal 7) 8.3
Not all display plugins will suppert pager rendering.
Overrides DisplayPluginBase::renderPager
File
- lib/
Drupal/ views/ Plugin/ views/ display/ Attachment.php, line 295 - Definition of Drupal\views\Plugin\views\display\Attachment.
Class
- Attachment
- The plugin that handles an attachment display.
Namespace
Drupal\views\Plugin\views\displayCode
public function renderPager() {
return $this
->usesPager() && $this
->getOption('render_pager');
}