public static function NotAvailablePrintEngine::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.
Overrides PrintEngineInterface::dependenciesAvailable
File
- tests/
modules/ entity_print_test/ src/ Plugin/ EntityPrint/ PrintEngine/ NotAvailablePrintEngine.php, line 41
Class
- NotAvailablePrintEngine
- Unavailable print engine for testing.
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PrintEngineCode
public static function dependenciesAvailable() {
return FALSE;
}