You are here

public function PdfGeneratorInterface::getStderr in PDF generator API 8

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

Get stderr from the command that was run.

Parameters

string $string: The output sent to stderr.

1 method overrides PdfGeneratorInterface::getStderr()
PdfGeneratorBase::getStderr in src/Plugin/PdfGeneratorBase.php
Get stderr from teh command that was run.

File

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

Class

PdfGeneratorInterface
Defines an interface for PDF generator plugins.

Namespace

Drupal\pdf_api\Plugin

Code

public function getStderr();