You are here

public function PrintableStream::getName in Printer and PDF versions for Drupal 8+ 2.x

@inheritDoc

Overrides StreamWrapperInterface::getName

File

src/StreamWrapper/PrintableStream.php, line 17

Class

PrintableStream
Defines a Drupal stream wrapper base class for files to be embedded in the PDF.

Namespace

Drupal\Printable\StreamWrapper

Code

public function getName() {
  return t('Local file paths for PDF generation');
}