Find out what, if any, page view is currently in use.
Note that this returns a reference, so be careful! You can unintentionally modify the $view object.
\Drupal\views\ViewExecutable A fully formed, empty $view object.
function &views_get_page_view() {
return views_set_page_view();
}