You are here

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

Class

TestPrintEngine
A test print engine plugin.

Namespace

Drupal\entity_print_test\Plugin\EntityPrint\PrintEngine

Code

public static function dependenciesAvailable() {
  return TRUE;
}