You are here

public function BibciteFormat::getExtension in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/BibciteFormat.php \Drupal\bibcite\Plugin\BibciteFormat::getExtension()

Get format file extension.

Return value

string Format extension.

Overrides BibciteFormatInterface::getExtension

File

src/Plugin/BibciteFormat.php, line 38

Class

BibciteFormat
Bibcite format wrapper.

Namespace

Drupal\bibcite\Plugin

Code

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