You are here

function PageBreak::allow_advanced_render in Views PDF 8

We don't want to use advanced rendering.

File

src/Plugin/views/style/PageBreak.php, line 94
Contains \Drupal\views_pdf\Plugin\views\style\PageBreak.

Class

PageBreak
Class that holds the functionality for the page break in a PDF display.

Code

function allow_advanced_render() {
  return FALSE;
}