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 da21752..484c284 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 {
@@ -90,7 +92,7 @@ public function render($input) {
       4 => $this->options['tags']['last'],
     );
     return array(
-      '#theme' => $this->view->buildThemeFunctions('pager'),
+      '#theme' => $this->themeFunctions();
       '#tags' => $tags,
       '#element' => $this->options['id'],
       '#parameters' => $input,
