public function PdfEngineInterface::setSettings in Entity Print 8
Sets the PDF engine settings.
Return value
$this The config entity.
1 method overrides PdfEngineInterface::setSettings()
- PdfEngine::setSettings in src/
Entity/ PdfEngine.php - Sets the PDF engine settings.
File
- src/
Entity/ PdfEngineInterface.php, line 35
Class
- PdfEngineInterface
- An interface for our config entity storage for PDF engines.
Namespace
Drupal\entity_print\EntityCode
public function setSettings(array $settings);