You are here

public function PdfEngineInterface::getSettings in Entity Print 8

Gets the PDF engine settings.

Return value

array The PDF Engine settings.

1 method overrides PdfEngineInterface::getSettings()
PdfEngine::getSettings in src/Entity/PdfEngine.php
Gets the PDF engine settings.

File

src/Entity/PdfEngineInterface.php, line 27

Class

PdfEngineInterface
An interface for our config entity storage for PDF engines.

Namespace

Drupal\entity_print\Entity

Code

public function getSettings();