Same name and namespace in other branches
  1. 7.x-3.x plugins/views_plugin_pager.inc \views_plugin_pager::get_pager_id()

Get the pager id, if it exists

File

plugins/views_plugin_pager.inc, line 95

Class

views_plugin_pager
The base plugin to handle pager.

Code

function get_pager_id() {
  return isset($this->options['id']) ? $this->options['id'] : 0;
}