You are here

public static function NotAvailablePdfEngine::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/NotAvailablePdfEngine.php, line 27

Class

NotAvailablePdfEngine

Namespace

Drupal\entity_print_test\Plugin\EntityPrint\PdfEngine

Code

public static function dependenciesAvailable() {
  return FALSE;
}