You are here

public function PdfEngine::getSettings in Entity Print 8

Gets the PDF engine settings.

Return value

array The PDF Engine settings.

Overrides PdfEngineInterface::getSettings

File

src/Entity/PdfEngine.php, line 51

Class

PdfEngine
Defines the Pdf Engine specific configuration.

Namespace

Drupal\entity_print\Entity

Code

public function getSettings() {
  return $this->settings;
}