You are here

public static function PrintEngineInterface::getInstallationInstructions in Entity Print 8.2

Gets the installation instructions for this Print engine.

Return value

string A description of how the user can meet the dependencies for this engine.

1 method overrides PrintEngineInterface::getInstallationInstructions()
PrintEngineBase::getInstallationInstructions in src/Plugin/PrintEngineBase.php
Gets the installation instructions for this Print engine.

File

src/Plugin/PrintEngineInterface.php, line 67

Class

PrintEngineInterface
Print engine interface.

Namespace

Drupal\entity_print\Plugin

Code

public static function getInstallationInstructions();