public function BibciteFormat::getLabel in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/BibciteFormat.php \Drupal\bibcite\Plugin\BibciteFormat::getLabel()
Get format label.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup Format label.
Overrides BibciteFormatInterface::getLabel
File
- src/
Plugin/ BibciteFormat.php, line 31
Class
- BibciteFormat
- Bibcite format wrapper.
Namespace
Drupal\bibcite\PluginCode
public function getLabel() {
return $this->pluginDefinition['label'];
}