You are here

public function PdfGeneratorInterface::getStdout in PDF generator API 8

Same name and namespace in other branches
  1. 2.x src/Plugin/PdfGeneratorInterface.php \Drupal\pdf_api\Plugin\PdfGeneratorInterface::getStdout()

Get stdout from the command that was run.

Parameters

string $html: The text to be rendered as footer.

1 method overrides PdfGeneratorInterface::getStdout()
PdfGeneratorBase::getStdout in src/Plugin/PdfGeneratorBase.php
Get stdout from the command that was run.

File

src/Plugin/PdfGeneratorInterface.php, line 151
Contains \Drupal\pdf_api\Plugin\PdfGeneratorInterface.

Class

PdfGeneratorInterface
Defines an interface for PDF generator plugins.

Namespace

Drupal\pdf_api\Plugin

Code

public function getStdout();