You are here

public function BibciteFormatInterface::getLabel in Bibliography & Citation 8

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

Code

public function getLabel();