You are here

public function PrintableFormatInterface::getDescription in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/Plugin/PrintableFormatInterface.php \Drupal\printable\Plugin\PrintableFormatInterface::getDescription()

Returns the administrative description for this format plugin.

Return value

string The description of plugin.

1 method overrides PrintableFormatInterface::getDescription()
PrintableFormatBase::getDescription in src/Plugin/PrintableFormatBase.php
Returns the administrative description for this format plugin.

File

src/Plugin/PrintableFormatInterface.php, line 27

Class

PrintableFormatInterface
Defines an interface for printable format plugins.

Namespace

Drupal\printable\Plugin

Code

public function getDescription();