Skip to content
Snippets Groups Projects
Commit a09093be authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2042941 by mondrake: Full pager plugin: reference the 'pager' theme in the annotations.

parent 812318d5
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment