public function EndnoteEncoder::supportsDecoding in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_endnote/src/Encoder/EndnoteEncoder.php \Drupal\bibcite_endnote\Encoder\EndnoteEncoder::supportsDecoding()
 
File
- modules/
bibcite_endnote/ src/ Encoder/ EndnoteEncoder.php, line 27  
Class
- EndnoteEncoder
 - Endnote format encoder.
 
Namespace
Drupal\bibcite_endnote\EncoderCode
public function supportsDecoding($format) {
  return in_array($format, static::$format);
}