diff --cc core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php index b075bed,52adb76..0000000 --- a/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php @@@ -81,9 -81,8 +81,9 @@@ class Full extends SqlBase * Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::render(). */ function render($input) { - $pager_theme = views_theme_functions('pager', $this->view, $this->view->display_handler->display); + $pager_theme = $this->view->buildThemeFunctions('pager'); - // The 0, 1, 3, 4 index are correct. See theme_pager documentation. + // The 0, 1, 3, 4 indexes are correct. See the template_preprocess_pager() + // documentation. $tags = array( 0 => $this->options['tags']['first'], 1 => $this->options['tags']['previous'], diff --git a/modules/pagerer b/modules/pagerer --- a/modules/pagerer +++ b/modules/pagerer @@ -1 +1 @@ -Subproject commit cbbb7f8289dfcc882c79a5099c70660812fc82b7 +Subproject commit cbbb7f8289dfcc882c79a5099c70660812fc82b7-dirty