You are here

public function PdfEngine::setSettings in Entity Print 8

Sets the PDF engine settings.

Return value

$this The config entity.

Overrides PdfEngineInterface::setSettings

File

src/Entity/PdfEngine.php, line 58

Class

PdfEngine
Defines the Pdf Engine specific configuration.

Namespace

Drupal\entity_print\Entity

Code

public function setSettings(array $settings) {
  $this->settings = $settings;
  return $this;
}