public function BibciteFormat::getTypes in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Plugin/BibciteFormat.php \Drupal\bibcite\Plugin\BibciteFormat::getTypes()
Get list of format types.
Return value
array List of format types.
Overrides BibciteFormatInterface::getTypes
File
- src/
Plugin/ BibciteFormat.php, line 24
Class
- BibciteFormat
- Bibcite format wrapper.
Namespace
Drupal\bibcite\PluginCode
public function getTypes() {
return $this->pluginDefinition['types'];
}