function views_plugin_pager::get_current_page
3.x 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 79 - Definition of views_plugin_pager.
Class
- views_plugin_pager
- The base plugin to handle pager.
Code
function get_current_page() {
return $this->current_page;
}