public function BibciteFormatManagerInterface::getExportDefinitions in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Plugin/BibciteFormatManagerInterface.php \Drupal\bibcite\Plugin\BibciteFormatManagerInterface::getExportDefinitions()
Get definitions of export formats.
Return value
array|null List of plugin definitions.
1 method overrides BibciteFormatManagerInterface::getExportDefinitions()
- BibciteFormatManager::getExportDefinitions in src/
Plugin/ BibciteFormatManager.php - Get definitions of export formats.
File
- src/
Plugin/ BibciteFormatManagerInterface.php, line 18
Class
- BibciteFormatManagerInterface
- Defines an interface for bibcite_format managers.
Namespace
Drupal\bibcite\PluginCode
public function getExportDefinitions();