1 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

core/modules/views/plugins/views_plugin_pager.inc, line 78
Definition of views_plugin_pager.

Class

views_plugin_pager
The base plugin to handle pager.

Code

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