You are here

public static function Page::getPageRenderArray in Views PDF 8

Gets the current views page render array.

Return value

array The page render array.

Overrides Page::getPageRenderArray

File

src/Plugin/views/display/Page.php, line 406
Contains \Drupal\views_pdf\Plugin\views\display\Page.

Class

Page
This class contains all the functionality of the PDF display.

Namespace

Drupal\views_pdf\Plugin\views\display

Code

public static function &getPageRenderArray() {
  return static::$pageRenderArray;
}