diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php b/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php
index a7c41db..8b6ddc9 100644
--- a/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php
@@ -19,7 +19,9 @@
  *   id = "full",
  *   title = @Translation("Paged output, full pager"),
  *   short_title = @Translation("Full"),
- *   help = @Translation("Paged output, full Drupal style")
+ *   help = @Translation("Paged output, full Drupal style"),
+ *   theme = "pager",
+ *   register_theme = FALSE
  * )
  */
 class Full extends SqlBase {
@@ -81,7 +83,7 @@ public function summaryTitle() {
    * Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::render().
    */
   public function render($input) {
-    $pager_theme = $this->view->buildThemeFunctions('pager');
+    $pager_theme = $this->themeFunctions();
     // The 0, 1, 3, 4 indexes are correct. See the template_preprocess_pager()
     // documentation.
     $tags = array(
