1 views_plugin_display_attachment.inc views_plugin_display_attachment::render_pager()

Not all display plugins will support pager rendering.

Overrides views_plugin_display::render_pager

File

core/modules/views/plugins/views_plugin_display_attachment.inc, line 283
Contains the attachment display plugin.

Class

views_plugin_display_attachment
The plugin that handles an attachment display.

Code

function render_pager() {
  return !empty($this->use_pager) && $this->get_option('render_pager');
}