You are here

public function BibciteFormatInterface::isExportFormat in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x 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\Plugin

Code

public function isExportFormat();