You are here

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

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

Returns the administrative description for this format plugin.

Return value

string The description of plugin.

Overrides PrintableFormatInterface::getDescription

File

src/Plugin/PrintableFormatBase.php, line 101

Class

PrintableFormatBase
Provides a base class for Filter plugins.

Namespace

Drupal\printable\Plugin

Code

public function getDescription() {
  return $this->pluginDefinition['description'];
}