public function BibciteFormatInterface::getFields in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/BibciteFormatInterface.php \Drupal\bibcite\Plugin\BibciteFormatInterface::getFields()
Get list of format fields.
Return value
array List of format fields.
1 method overrides BibciteFormatInterface::getFields()
- BibciteFormat::getFields in src/
Plugin/ BibciteFormat.php - Get list of format fields.
File
- src/
Plugin/ BibciteFormatInterface.php, line 27
Class
- BibciteFormatInterface
- Defines interface for BibciteFormat wrapper.
Namespace
Drupal\bibcite\PluginCode
public function getFields();