function views_plugin_pager::get_current_page

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

Get the current page.

If NULL, we do not know what the current page is.

File

plugins/views_plugin_pager.inc, line 68

Class

views_plugin_pager
The base plugin to handle pager.

Code

function get_current_page() {
    return $this->current_page;
}