You are here

public function BibciteFormat::getLabel in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x 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\Plugin

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}