You are here

public function PdfGeneratorInterface::getLabel in PDF generator API 8

Same name and namespace in other branches
  1. 2.x src/Plugin/PdfGeneratorInterface.php \Drupal\pdf_api\Plugin\PdfGeneratorInterface::getLabel()

Returns the administrative label for this generator plugin.

Return value

string The label of the plugin.

1 method overrides PdfGeneratorInterface::getLabel()
PdfGeneratorBase::getLabel in src/Plugin/PdfGeneratorBase.php
Returns the administrative label for this generator plugin.

File

src/Plugin/PdfGeneratorInterface.php, line 61
Contains \Drupal\pdf_api\Plugin\PdfGeneratorInterface.

Class

PdfGeneratorInterface
Defines an interface for PDF generator plugins.

Namespace

Drupal\pdf_api\Plugin

Code

public function getLabel();