You are here

public function EndnoteEncoder::supportsEncoding 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::supportsEncoding()

File

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

Class

EndnoteEncoder
Endnote format encoder.

Namespace

Drupal\bibcite_endnote\Encoder

Code

public function supportsEncoding($format) {
  return in_array($format, static::$format);
}