You are here

constant PdfGeneratorInterface::PORTRAIT in PDF generator API 8

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

Portrait paper orientation.

File

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

Class

PdfGeneratorInterface
Defines an interface for PDF generator plugins.

Namespace

Drupal\pdf_api\Plugin

Code

const PORTRAIT = 'portrait';