public function PrintableFormatInterface::getLabel in Printer and PDF versions for Drupal 8+ 8
Same name and namespace in other branches
- 2.x src/Plugin/PrintableFormatInterface.php \Drupal\printable\Plugin\PrintableFormatInterface::getLabel()
Returns the administrative label for this format plugin.
Return value
string The label of plugin.
1 method overrides PrintableFormatInterface::getLabel()
- PrintableFormatBase::getLabel in src/
Plugin/ PrintableFormatBase.php - Returns the administrative label for this format plugin.
File
- src/
Plugin/ PrintableFormatInterface.php, line 19
Class
- PrintableFormatInterface
- Defines an interface for printable format plugins.
Namespace
Drupal\printable\PluginCode
public function getLabel();