public function BibciteFormatInterface::isExportFormat in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/BibciteFormatInterface.php \Drupal\bibcite\Plugin\BibciteFormatInterface::isExportFormat()
Check if current format is available for export.
Return value
bool TRUE if format available for export, FALSE if not.
1 method overrides BibciteFormatInterface::isExportFormat()
- BibciteFormat::isExportFormat in src/
Plugin/ BibciteFormat.php - Check if current format is available for export.
File
- src/
Plugin/ BibciteFormatInterface.php, line 51
Class
- BibciteFormatInterface
- Defines interface for BibciteFormat wrapper.
Namespace
Drupal\bibcite\PluginCode
public function isExportFormat();