You are here

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

@inheritDoc

Overrides StreamWrapperInterface::getDescription

File

src/StreamWrapper/PrintableStream.php, line 24

Class

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

Namespace

Drupal\Printable\StreamWrapper

Code

public function getDescription() {
  return t('Files to be included in a PDF');
}