public function PdfGeneratorInterface::getDescription in PDF generator API 8
Same name and namespace in other branches
- 2.x src/Plugin/PdfGeneratorInterface.php \Drupal\pdf_api\Plugin\PdfGeneratorInterface::getDescription()
Returns the administrative description for this generator plugin.
Return value
string The description about the plugin.
1 method overrides PdfGeneratorInterface::getDescription()
- PdfGeneratorBase::getDescription in src/Plugin/ PdfGeneratorBase.php 
- Returns the administrative description for this generator plugin.
File
- src/Plugin/ PdfGeneratorInterface.php, line 69 
- Contains \Drupal\pdf_api\Plugin\PdfGeneratorInterface.
Class
- PdfGeneratorInterface
- Defines an interface for PDF generator plugins.
Namespace
Drupal\pdf_api\PluginCode
public function getDescription();