function JsonEncoder::supportsEncoding
File
- 
              core/
modules/ serialization/ src/ Encoder/ JsonEncoder.php, line 70  
Class
- JsonEncoder
 - Adds 'ajax to the supported content types of the JSON encoder'
 
Namespace
Drupal\serialization\EncoderCode
public function supportsEncoding($format) {
  return in_array($format, static::$format);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.