public function Pdf::preview in PDF Generator 8
Same name and namespace in other branches
- 2.0.x src/Plugin/views/display/Pdf.php \Drupal\pdf_generator\Plugin\views\display\Pdf::preview()
Renders the display for the purposes of a live preview.
Also might be used for some other AJAXy reason.
Overrides DisplayPluginBase::preview
File
- src/
Plugin/ views/ display/ Pdf.php, line 151
Class
- The plugin that handles a feed, such as RSS or atom.
Namespace
Drupal\pdf_generator\Plugin\views\displayCode
public function preview() {
$output = parent::preview();
return $output;
}