You are here

protected static property EndnoteEncoder::$format in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_endnote/src/Encoder/EndnoteEncoder.php \Drupal\bibcite_endnote\Encoder\EndnoteEncoder::format

The format that this encoder supports.

Type: array

File

modules/bibcite_endnote/src/Encoder/EndnoteEncoder.php, line 22

Class

EndnoteEncoder
Endnote format encoder.

Namespace

Drupal\bibcite_endnote\Encoder

Code

protected static $format = [
  'endnote7',
  'endnote8',
  'tagged',
];