public function BibciteFormatInterface::getLabel in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/BibciteFormatInterface.php \Drupal\bibcite\Plugin\BibciteFormatInterface::getLabel()
Get format label.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup Format label.
1 method overrides BibciteFormatInterface::getLabel()
- BibciteFormat::getLabel in src/
Plugin/ BibciteFormat.php - Get format label.
File
- src/
Plugin/ BibciteFormatInterface.php, line 35
Class
- BibciteFormatInterface
- Defines interface for BibciteFormat wrapper.
Namespace
Drupal\bibcite\PluginCode
public function getLabel();