You are here

public static function PdfEngineInterface::getInstallationInstructions in Entity Print 8

Gets the installation instructions for this PDF engine.

Return value

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

1 method overrides PdfEngineInterface::getInstallationInstructions()
PdfEngineBase::getInstallationInstructions in src/Plugin/PdfEngineBase.php
Gets the installation instructions for this PDF engine.

File

src/Plugin/PdfEngineInterface.php, line 46

Class

PdfEngineInterface

Namespace

Drupal\entity_print\Plugin

Code

public static function getInstallationInstructions();