core/modules/views/src/Plugin/views/pager/Full.php | 1 + core/modules/views/src/Plugin/views/pager/Mini.php | 1 + 2 files changed, 2 insertions(+) diff --git a/core/modules/views/src/Plugin/views/pager/Full.php b/core/modules/views/src/Plugin/views/pager/Full.php index 43a0ca7..7e5d3eb 100644 --- a/core/modules/views/src/Plugin/views/pager/Full.php +++ b/core/modules/views/src/Plugin/views/pager/Full.php @@ -91,6 +91,7 @@ public function render($input) { 4 => $this->options['tags']['last'], ); return array( + '#type' => 'pager', '#theme' => $this->themeFunctions(), '#tags' => $tags, '#element' => $this->options['id'], diff --git a/core/modules/views/src/Plugin/views/pager/Mini.php b/core/modules/views/src/Plugin/views/pager/Mini.php index b08c9d2..bb5c563 100644 --- a/core/modules/views/src/Plugin/views/pager/Mini.php +++ b/core/modules/views/src/Plugin/views/pager/Mini.php @@ -99,6 +99,7 @@ public function render($input) { 3 => $this->options['tags']['next'], ); return array( + '#type' => 'pager', '#theme' => $this->themeFunctions(), '#tags' => $tags, '#element' => $this->options['id'],