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