You are here

public static function PrintEngineInterface::dependenciesAvailable in Entity Print 8.2

Checks if the Print engine dependencies are available.

Return value

bool TRUE if this implementation has its dependencies met otherwise FALSE.

7 methods override PrintEngineInterface::dependenciesAvailable()
DomPdf::dependenciesAvailable in src/Plugin/EntityPrint/PrintEngine/DomPdf.php
Checks if the Print engine dependencies are available.
NotAvailablePrintEngine::dependenciesAvailable in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/NotAvailablePrintEngine.php
Checks if the Print engine dependencies are available.
PhpWkhtmlToPdf::dependenciesAvailable in src/Plugin/EntityPrint/PrintEngine/PhpWkhtmlToPdf.php
Checks if the Print engine dependencies are available.
PrintExceptionEngine::dependenciesAvailable in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/PrintExceptionEngine.php
Checks if the Print engine dependencies are available.
TcPdfv1::dependenciesAvailable in src/Plugin/EntityPrint/PrintEngine/TcPdfv1.php
Checks if the Print engine dependencies are available.

... See full list

File

src/Plugin/PrintEngineInterface.php, line 59

Class

PrintEngineInterface
Print engine interface.

Namespace

Drupal\entity_print\Plugin

Code

public static function dependenciesAvailable();