public function PrintExceptionEngine::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
- tests/
modules/ entity_print_test/ src/ Plugin/ EntityPrint/ PrintEngine/ PrintExceptionEngine.php, line 53
Class
- PrintExceptionEngine
- A test print engine that throws an exception.
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PrintEngineCode
public function getPrintObject() {
}