function views_plugin_display_attachment::render_pager
Same name in other branches
- 7.x-3.x plugins/views_plugin_display_attachment.inc \views_plugin_display_attachment::render_pager()
Overrides views_plugin_display::render_pager
File
-
plugins/
views_plugin_display_attachment.inc, line 273
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');
}