public static function PrintExceptionEngine::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/ PrintExceptionEngine.php, line 46
Class
- PrintExceptionEngine
- A test print engine that throws an exception.
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PrintEngineCode
public static function dependenciesAvailable() {
return TRUE;
}