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