public static function TestPdfEngine::dependenciesAvailable in Entity Print 8
Checks if the PDF engine dependencies are available.
Return value
bool TRUE if this implementation has its dependencies met otherwise FALSE.
Overrides PdfEngineInterface::dependenciesAvailable
File
- tests/
modules/ entity_print_test/ src/ Plugin/ EntityPrint/ PdfEngine/ TestPdfEngine.php, line 103
Class
- TestPdfEngine
- Plugin annotation @PdfEngine( id = "testpdfengine", label= @Translation("Test PDF Engine") )
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PdfEngineCode
public static function dependenciesAvailable() {
return TRUE;
}