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