You are here

abstract protected function PdfEngineBase::getPaperSizes in Entity Print 8.2

Gets the paper sizes supported.

Return value

array An array of paper sizes keyed by their machine name.

1 call to PdfEngineBase::getPaperSizes()
PdfEngineBase::buildConfigurationForm in src/Plugin/EntityPrint/PrintEngine/PdfEngineBase.php
Form constructor.
2 methods override PdfEngineBase::getPaperSizes()
DomPdf::getPaperSizes in src/Plugin/EntityPrint/PrintEngine/DomPdf.php
Gets the paper sizes supported.
PhpWkhtmlToPdf::getPaperSizes in src/Plugin/EntityPrint/PrintEngine/PhpWkhtmlToPdf.php
Gets the paper sizes supported.

File

src/Plugin/EntityPrint/PrintEngine/PdfEngineBase.php, line 65

Class

PdfEngineBase
Base class for all PDF print engines.

Namespace

Drupal\entity_print\Plugin\EntityPrint\PrintEngine

Code

protected abstract function getPaperSizes();