You are here

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

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

The format that this encoder supports.

Type: string

File

modules/bibcite_bibtex/src/Encoder/BibtexEncoder.php, line 20

Class

BibtexEncoder
BibTeX format encoder.

Namespace

Drupal\bibcite_bibtex\Encoder

Code

protected static $format = 'bibtex';