public function PhpWkhtmlToPdf::getPrintObject in Entity Print 8.2
Gets the object for this Print engine.
Note, it is not advised that you use this method if you want your code to work generically across all print engines.
Return value
object The implementation specific print object being used.
Overrides PrintEngineInterface::getPrintObject
File
- src/
Plugin/ EntityPrint/ PrintEngine/ PhpWkhtmlToPdf.php, line 308
Class
- PhpWkhtmlToPdf
- PHP wkhtmltopdf plugin.
Namespace
Drupal\entity_print\Plugin\EntityPrint\PrintEngineCode
public function getPrintObject() {
return $this->pdf;
}