public function TcPdfv1::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/ TcPdfv1.php, line 117
Class
- TcPdfv1
- TCPDF plugin implementation.
Namespace
Drupal\entity_print\Plugin\EntityPrint\PrintEngineCode
public function getPrintObject() {
return $this->tcpdf;
}