function views_plugin_pager::get_current_page
Same name in other branches
- 6.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 87
Class
- views_plugin_pager
- The base plugin to handle pager.
Code
public function get_current_page() {
return $this->current_page;
}