You are here

public function BibciteFormatInterface::getFields in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/BibciteFormatInterface.php \Drupal\bibcite\Plugin\BibciteFormatInterface::getFields()

Get list of format fields.

Return value

array List of format fields.

1 method overrides BibciteFormatInterface::getFields()
BibciteFormat::getFields in src/Plugin/BibciteFormat.php
Get list of format fields.

File

src/Plugin/BibciteFormatInterface.php, line 27

Class

BibciteFormatInterface
Defines interface for BibciteFormat wrapper.

Namespace

Drupal\bibcite\Plugin

Code

public function getFields();