You are here

public static function PdfEngineInterface::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.

4 methods override PdfEngineInterface::dependenciesAvailable()
DomPdf::dependenciesAvailable in src/Plugin/EntityPrint/PdfEngine/DomPdf.php
Checks if the PDF engine dependencies are available.
NotAvailablePdfEngine::dependenciesAvailable in tests/modules/entity_print_test/src/Plugin/EntityPrint/PdfEngine/NotAvailablePdfEngine.php
Checks if the PDF engine dependencies are available.
PhpWkhtmlToPdf::dependenciesAvailable in src/Plugin/EntityPrint/PdfEngine/PhpWkhtmlToPdf.php
Checks if the PDF engine dependencies are available.
TestPdfEngine::dependenciesAvailable in tests/modules/entity_print_test/src/Plugin/EntityPrint/PdfEngine/TestPdfEngine.php
Checks if the PDF engine dependencies are available.

File

src/Plugin/PdfEngineInterface.php, line 38

Class

PdfEngineInterface

Namespace

Drupal\entity_print\Plugin

Code

public static function dependenciesAvailable();